BackendResponse constructor

BackendResponse(
  1. ResponseStatus status,
  2. String msg
)

Implementation

BackendResponse(this.status, this.msg);