BaseResponse constructor

BaseResponse(
  1. int? code,
  2. String? message
)

Implementation

BaseResponse(this.code, this.message);