ServiceParentResponseModel constructor

ServiceParentResponseModel({
  1. String? transactionId,
  2. String? responseCode,
  3. String? responseMessage,
  4. List<ServiceParentResponse>? response,
})

Implementation

ServiceParentResponseModel({
  this.transactionId,
  this.responseCode,
  this.responseMessage,
  this.response,
});