teamIdentifier property

String get teamIdentifier

The team identifier of the iOS build of this Flutter project.

Implementation

String get teamIdentifier => (_json[_kTeamIdentifierKey] as String?) ?? '';