ServiceParentResponseModel constructor
ServiceParentResponseModel({
- String? transactionId,
- String? responseCode,
- String? responseMessage,
- List<
ServiceParentResponse> ? response,
Implementation
ServiceParentResponseModel({
this.transactionId,
this.responseCode,
this.responseMessage,
this.response,
});