tasks property

Implementation

List<Input$BoardCardTasksInput>? get tasks =>
    (_$data['tasks'] as List<Input$BoardCardTasksInput>?);