program property

List<String>? get program

Implementation

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