copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$TwoFactorVerifyBodyCopyWith<TwoFactorVerifyBody> get copyWith
inherited

Create a copy of TwoFactorVerifyBody with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$TwoFactorVerifyBodyCopyWith<TwoFactorVerifyBody> get copyWith => _$TwoFactorVerifyBodyCopyWithImpl<TwoFactorVerifyBody>(this as TwoFactorVerifyBody, _$identity);