copyWith abstract method

  1. @useResult
PasskeyChallenge copyWith({
  1. UuidValue? id,
  2. DateTime? createdAt,
  3. ByteData? challenge,
})

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

Implementation

@_i1.useResult
PasskeyChallenge copyWith({
  _i1.UuidValue? id,
  DateTime? createdAt,
  _i2.ByteData? challenge,
});