locations property
- @JsonKey.new(name: 'Locations', includeIfNull: false, defaultValue: <WebApiModulesPluginsTeamupTeamupPluginLocationSettings>[])
final
Implementation
@JsonKey(
name: 'Locations',
includeIfNull: false,
defaultValue: <WebApiModulesPluginsTeamupTeamupPluginLocationSettings>[],
)
final List<WebApiModulesPluginsTeamupTeamupPluginLocationSettings>? locations;