'"Expecting top level declaration" for this piece of code

package com.example.shortvideoapp.model

data class Comment(var avatar:Int,var comment:String)
{
    constructor():this(0,"")

}

How can I fix this? Any kind of help will be appreciated. Thank you.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source