gameGroups property

List<Input$GameGroupInput>? get gameGroups

Implementation

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