GstVerificationModel constructor

GstVerificationModel({
  1. required String gstNo,
  2. required GstDetails gstDetails,
  3. dynamic gstResponse,
  4. required String projectName,
  5. required String userId,
  6. required String username,
  7. dynamic changeRequest,
})

Implementation

GstVerificationModel({
  required this.gstNo,
  required this.gstDetails,
  this.gstResponse,
  required this.projectName,
  required this.userId,
  required this.username,
  this.changeRequest,
});