menu
to_do_package package
documentation
model/todo_list_response_model.dart
todoListResponseModelToJson function
todoListResponseModelToJson function
dark_mode
light_mode
todoListResponseModelToJson
function
String
todoListResponseModelToJson
(
TodoListResponseModel
data
)
Implementation
String todoListResponseModelToJson(TodoListResponseModel data) => json.encode(data.toJson());
to_do_package package
documentation
model/todo_list_response_model
todoListResponseModelToJson function
todo_list_response_model library