ApiResponse<T extends Ret> constructor

ApiResponse<T extends Ret>({
  1. String? statusCode,
  2. Msg? msg,
  3. T? ret,
})

Constructor

Implementation

ApiResponse({this.statusCode, this.msg, this.ret});