TmdHistoryEntity class
- Annotations
-
- @JsonSerializable(explicitToJson: true, anyMap: true)
Constructors
- TmdHistoryEntity()
- TmdHistoryEntity.fromJson(Map json)
-
factory
Properties
- check → String
-
final
- check_data ↔ CheckDataEntity?
-
getter/setter pair
-
check_datas
↔ List<
CheckDataEntity> ? -
当数据为 数据段返回时 可忽略 history_index、history_timestrmp 字段
getter/setter pair
- checkCode ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- history_index → String
-
final
- history_timestrmp → String
-
final
- machine_user → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited