GstVerificationModel constructor
GstVerificationModel({
- required String gstNo,
- required GstDetails gstDetails,
- dynamic gstResponse,
- required String projectName,
- required String userId,
- required String username,
- dynamic changeRequest,
Implementation
GstVerificationModel({
required this.gstNo,
required this.gstDetails,
this.gstResponse,
required this.projectName,
required this.userId,
required this.username,
this.changeRequest,
});