locations property

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

Implementation

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