PremiumTransaction class

Constructors

PremiumTransaction({int? bones, int? delta, int? emopackId, String? emopackUrl, int? id, String? message, String? note, String? plink, int? plurkId, int? refId, String? refNickname, int? responseId, String? timeIssued, int? txtype, int? userId})
PremiumTransaction.fromJson(Map<String, dynamic> json)

Properties

bones int?
getter/setter pair
delta int?
getter/setter pair
emopackId int?
getter/setter pair
emopackUrl String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
message String?
getter/setter pair
note String?
getter/setter pair
getter/setter pair
plurkId int?
getter/setter pair
refId int?
getter/setter pair
refNickname String?
getter/setter pair
responseId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeIssued String?
getter/setter pair
txtype int?
getter/setter pair
userId int?
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