copyWith abstract method

  1. @useResult
AppleAuthInfo copyWith({
  1. String? userIdentifier,
  2. String? email,
  3. String? fullName,
  4. String? nickname,
  5. String? identityToken,
  6. String? authorizationCode,
})

Returns a shallow copy of this AppleAuthInfo with some or all fields replaced by the given arguments.

Implementation

@_i1.useResult
AppleAuthInfo copyWith({
  String? userIdentifier,
  String? email,
  String? fullName,
  String? nickname,
  String? identityToken,
  String? authorizationCode,
});