ResponseApi constructor

ResponseApi(
  1. int? statusCode,
  2. String statusName,
  3. Map<String, dynamic>? response,
  4. String? internalMessage,
  5. String? rawValue,
)

Implementation

ResponseApi(this.statusCode, this.statusName, this.response, this.internalMessage, this.rawValue);