getModelByIdResponseModelToJson function
Implementation
String getModelByIdResponseModelToJson(GetModelByIdResponseModel data) =>
json.encode(data.toJson());
String getModelByIdResponseModelToJson(GetModelByIdResponseModel data) =>
json.encode(data.toJson());