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