todoList property

ListAttribute? get todoList

Implementation

ListAttribute? get todoList => list?.isTodo == true ? list : null;