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