SessionConfigOptionCategory constructor
SessionConfigOptionCategory(
- String value
Validates and creates a SessionConfigOptionCategory value.
Implementation
factory SessionConfigOptionCategory(String value) {
return SessionConfigOptionCategory._(value);
}