teamIdentifier property
String
get
teamIdentifier
The team identifier of the iOS build of this Flutter project.
Implementation
String get teamIdentifier => _json[_kTeamIdentifierKey] as String;
The team identifier of the iOS build of this Flutter project.
String get teamIdentifier => _json[_kTeamIdentifierKey] as String;