MethodResponse constructor

MethodResponse({
  1. Map<String, String>? responseModels,
  2. Map<String, bool>? responseParameters,
  3. String? statusCode,
})

Implementation

MethodResponse({
  this.responseModels,
  this.responseParameters,
  this.statusCode,
});