menu
to_do_package package
documentation
model/todo_detail_response_model.dart
attachmentsToJson function
attachmentsToJson function
dark_mode
light_mode
attachmentsToJson
function
String
attachmentsToJson
(
Attachments
data
)
Implementation
String attachmentsToJson(Attachments data) => json.encode(data.toJson());
to_do_package package
documentation
model/todo_detail_response_model
attachmentsToJson function
todo_detail_response_model library