todoList property

List<TodoList>? get todoList

Implementation

List<TodoList>? get todoList => _todoList;