copyWith abstract method
Returns a shallow copy of this MicrosoftAccount with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
MicrosoftAccount copyWith({
_i1.UuidValue? id,
_i1.UuidValue? authUserId,
_i2.AuthUser? authUser,
String? userIdentifier,
String? email,
DateTime? created,
});