Like class

This class represents a like.

Constructors

Like.fromJson(Map<String, dynamic> json)
The default constructor.
factory

Properties

category String?
The category name of the like.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The id of the like.
final
name String?
The name of the like.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String?
The formatted time of the like.
final
timestamp double?
The timestamp of the like.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert this object into a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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