EsgData constructor

EsgData({
  1. String? formType,
  2. String? acceptedDate,
  3. String? date,
})

Implementation

EsgData({this.formType, this.acceptedDate, this.date});