HistoryModel constructor
HistoryModel({})
Implementation
HistoryModel({
required this.id,
this.cmndModel,
this.faceComprate,
this.faces,
required this.createAt,
this.cardFront,
this.cardBackside,
this.portraitsImage,
this.signature,
});