menu
to_do_package package
documentation
model/common/common_response_model.dart
commonResponseModelToJson function
commonResponseModelToJson function
dark_mode
light_mode
commonResponseModelToJson
function
String
commonResponseModelToJson
(
CommonResponseModel
data
)
Implementation
String commonResponseModelToJson(CommonResponseModel data) => json.encode(data.toJson());
to_do_package package
documentation
model/common/common_response_model
commonResponseModelToJson function
common_response_model library