getModelByIdResponseModelToJson function

String getModelByIdResponseModelToJson(
  1. GetModelByIdResponseModel data
)

Implementation

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