menu
to_do_package package
documentation
model/todo_list_response_model.dart
TodoList
comments property
comments property
dark_mode
light_mode
comments
property
List
<
Comments
>
?
get
comments
Implementation
List<Comments>? get comments => _comments;
to_do_package package
documentation
model/todo_list_response_model
TodoList
comments property
TodoList class