copyWith abstract method

  1. @useResult
MicrosoftAccount copyWith({
  1. UuidValue? id,
  2. UuidValue? authUserId,
  3. AuthUser? authUser,
  4. String? userIdentifier,
  5. String? email,
  6. DateTime? created,
})

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,
});