BaseResponse constructor

BaseResponse(
  1. bool success,
  2. GenericError? error
)

Implementation

BaseResponse(this.success, this.error);