copyWith abstract method

  1. @useResult
SecretChallenge copyWith({
  1. UuidValue? id,
  2. String? challengeCodeHash,
})

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

Implementation

@_i1.useResult
SecretChallenge copyWith({
  _i1.UuidValue? id,
  String? challengeCodeHash,
});