ExternalAuth constructor Null safety
Implementation
ExternalAuth({
required this.accountId,
required this.type,
required this.externalAuthId,
required this.externalAuthIdType,
required this.externalDisplayName,
required this.dateAdded,
required this.regionInfo,
});