BaseApiResponse constructor

BaseApiResponse(
  1. {bool? status,
  2. String? message}
)

Implementation

BaseApiResponse({this.status, this.message});