ExternalAuth class Null safety

account external auth connection object

Constructors

ExternalAuth({required String accountId, required String type, required String externalAuthId, required String externalAuthIdType, required String externalDisplayName, required String dateAdded, required String regionInfo})
external auth object
ExternalAuth.fromJson(Map<String, dynamic> json)
from json method for external auth class object
factory

Properties

accountId String
account id of the external auth
read / write
dateAdded String
date when external auth was created
read / write
externalAuthId String
external auth id
read / write
externalAuthIdType String
external auth id type
read / write
externalDisplayName String
display name of external auth
read / write
hashCode int
The hash code for this object.
read-onlyinherited
regionInfo String
region data of external auth
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type String
type of external auth connection
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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