LogDto class

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

LogDto({int? logId, String? apiId, int? personId, int? relation, String? category, int? value, int? quantity, int? stastusCd, String? reasson, DateTime? registerTime})
LogDto.fromJson(Map<String, dynamic> json)
factory

Properties

apiId String?
getter/setter pair
category String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logId int?
getter/setter pair
personId int?
getter/setter pair
quantity int?
getter/setter pair
reasson String?
getter/setter pair
registerTime DateTime?
getter/setter pair
relation int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stastusCd int?
getter/setter pair
value int?
getter/setter pair

Methods

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

Operators

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