Story class

Constructors

Story.new({required int storyID, required int ownerID, required String ownerusername, required String owneravatar, required String time, required String media, required int isLike, required int isView})
Story.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isLike int
getter/setter pair
isView int
getter/setter pair
media String
getter/setter pair
owneravatar String
getter/setter pair
ownerID int
getter/setter pair
ownerusername String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storyID int
getter/setter pair
time String
getter/setter pair

Methods

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

Operators

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