SessionConfigSelectOption constructor
SessionConfigSelectOption({
- required SessionConfigValueId value,
- required String name,
- String? description,
- AcpJsonObject? meta,
Creates a SessionConfigSelectOption value.
Implementation
SessionConfigSelectOption({
required this.value,
required this.name,
this.description,
this.meta,
});