Comment class

Constructors

Comment(int id, String userId, String? text, DateTime time, Map<String, dynamic>? resource, String? byId, DateTime? edited, String? image)
Comment.fromJson(Map<String, dynamic> json)
factory

Properties

byId String?
final
edited DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
final
image String?
base64
getter/setter pair
name String?
getter/setter pair
resource Map<String, dynamic>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
getter/setter pair
time DateTime
final
userId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Comment other) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited