copyWith method

AuthMethodId copyWith({
  1. Object? value = _acpCopyWithAbsent,
})

Implementation

AuthMethodId copyWith({Object? value = _acpCopyWithAbsent}) => AuthMethodId(
  identical(value, _acpCopyWithAbsent) ? this.value : value as String,
);