LikedBy class
<p>This class convert between json and object for likedby.</p>
Constructors
LikedBy.fromJson (Map<String, dynamic> json)
JSON factory constructor.
Properties
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
runtimeType → Type
A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>
sId ↔ String?
These are dart object.
<span class="feature">read / write</span>
Methods
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>
toJson() Map<String, dynamic>
Convert dart object to json.
toString() String
A string representation of this object.
<span class="feature">inherited</span>
Operators
operator ==(Object other) bool
The equality operator.
<span class="feature">inherited</span>