boardList property

List<String>? boardList

Implementation

List<String>? get boardList => (_$data['boardList'] as List<String>?);