leancloud_feedback
leancloud_feedback
Message
Message constructor
Message
leancloud_feedback
leancloud_feedback
Message
Message constructor
Message class
Constructors
Message
fromJson
Properties
content
createdAt
feedback
hashCode
objectId
runtimeType
type
updatedAt
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Message
constructor
Message
(
{
String
type
,
String
content
,
Feedback
feedback
,
String
createdAt
,
String
updatedAt
,
String
objectId
}
)
Implementation
Message( {this.type, this.content, this.feedback, this.createdAt, this.updatedAt, this.objectId});