copyWith method
Implementation
SessionConfigSelectOptionsUngrouped copyWith({
Object? value = _acpCopyWithAbsent,
}) => SessionConfigSelectOptionsUngrouped(
identical(value, _acpCopyWithAbsent)
? this.value
: value as List<SessionConfigSelectOption>,
);