Flip class

Constructors

Flip({String? id, List<String>? pics, List<String>? compressedPics, List<int>? editorIndexes, String? nonSensePic, int? nonSenseOrder, List<int>? order, Hint? hint, String? type, int? createdAt, int? modifiedAt, String? txHash, String? hash, bool? mined})
Flip.fromJson(Map<String, dynamic> json)
factory

Properties

compressedPics List<String>?
getter/setter pair
createdAt int?
getter/setter pair
editorIndexes List<int>?
getter/setter pair
hash String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hint Hint?
getter/setter pair
id String?
getter/setter pair
mined bool?
getter/setter pair
modifiedAt int?
getter/setter pair
nonSenseOrder int?
getter/setter pair
nonSensePic String?
getter/setter pair
order List<int>?
getter/setter pair
pics List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txHash String?
getter/setter pair
type 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