menu
to_do_package package
documentation
model/todo_list_response_model.dart
TodoListResponseModel
todoList property
todoList property
dark_mode
light_mode
todoList
property
List
<
TodoList
>
?
get
todoList
Implementation
List<TodoList>? get todoList => _todoList;
to_do_package package
documentation
model/todo_list_response_model
TodoListResponseModel
todoList property
TodoListResponseModel class