GetData constructor

GetData({
  1. String? sId,
  2. FaceData2? faceData,
  3. String? createdAt,
  4. String? updatedAt,
})

Implementation

GetData({this.sId, this.faceData, this.createdAt, this.updatedAt});