BaseResponse.fromJson constructor
Creates BaseResponse from JSON data
Implementation
factory BaseResponse.fromJson(Map<String, dynamic> json) =>
_$BaseResponseFromJson(json);
Creates BaseResponse from JSON data
factory BaseResponse.fromJson(Map<String, dynamic> json) =>
_$BaseResponseFromJson(json);