projects property

List<String>? get projects

Implementation

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