HistoryModel class

Constructors

HistoryModel({required String id, CMNDModel? cmndModel, FaceComprate? faceComprate, List<String>? faces, required DateTime createAt, String? cardFront, String? cardBackside, String? portraitsImage, String? signature})
HistoryModel.fromMap(String string)
factory

Properties

cardBackside String?
getter/setter pair
cardFront String?
getter/setter pair
check bool
no setter
cmndModel CMNDModel?
getter/setter pair
createAt DateTime
getter/setter pair
createAtString String
no setter
faceComprate FaceComprate?
getter/setter pair
faces List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
portraitsImage String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
getter/setter pair

Methods

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

Operators

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