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