ProviderUserInfo class

Used by multiple responses to list providers of an account.

Annotations
  • @freezed

Constructors

ProviderUserInfo({required String providerId, required String federatedId})
Default constructor
const
factory
ProviderUserInfo.fromJson(Map<String, dynamic> json)
JSON constructor
factory

Properties

copyWith → $ProviderUserInfoCopyWith<ProviderUserInfo>
no setterinherited
federatedId String
The unique ID identifies the IdP account.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
providerId String
The linked provider ID (e.g. "google.com" for the Google provider).
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited