emptyModel static method

GstVerificationModel emptyModel()

Implementation

static GstVerificationModel emptyModel() {
  return GstVerificationModel(
      gstNo: '',
      gstResponse: null,
      projectName: '',
      userId: '',
      username: '',
      changeRequest: null,
      gstDetails: GstDetails(
        clientId: '',
        gstin: '',
        panNumber: '',
        businessName: '',
        legalName: '',
        centerJurisdiction: '',
        stateJurisdiction: '',
        dateOfRegistration: DateTime.now(),
        constitutionOfBusiness: '',
        taxpayerType: '',
        gstinStatus: '',
        dateOfCancellation: DateTime.now(),
        fieldVisitConducted: '',
        natureOfCoreBusinessActivityCode: '',
        natureOfCoreBusinessActivityDescription: '',
        address: '',
      ));
}