providerId property

String get providerId

The federated provider ID.

Implementation

String get providerId {
  return _data['providerId']!;
}