subGroups property

  1. @JsonKey(name: 'subGroups', defaultValue: <ParameterSubGroupDTO>[])
List<ParameterSubGroupDTO>? subGroups
final

Implementation

@JsonKey(name: 'subGroups', defaultValue: <ParameterSubGroupDTO>[])
final List<ParameterSubGroupDTO>? subGroups;