ApiPointHistory class

Constructors

ApiPointHistory({String? idx, String? fromUserIdx, ApiShortUser? fromUser, String? toUserIdx, ApiShortUser? toUser, String? reason, String? taxonomy, String? entity, String? categoryIdx, String? fromUserPointApply, String? fromUserPointAfter, String? toUserPointApply, String? toUserPointAfter, String? createdAt, String? updatedAt})
ApiPointHistory.fromJson(dynamic json)
factory

Properties

categoryIdx String?
getter/setter pair
createdAt String?
getter/setter pair
entity String?
getter/setter pair
fromUser ApiShortUser?
getter/setter pair
fromUserIdx String?
getter/setter pair
fromUserPointAfter String?
getter/setter pair
fromUserPointApply String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idx String?
getter/setter pair
reason String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxonomy String?
getter/setter pair
toUser ApiShortUser?
getter/setter pair
toUserIdx String?
getter/setter pair
toUserPointAfter String?
getter/setter pair
toUserPointApply String?
getter/setter pair
updatedAt String?
getter/setter pair

Methods

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

Operators

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