SessionConfigOptionCategory constructor

SessionConfigOptionCategory(
  1. String value
)

Validates and creates a SessionConfigOptionCategory value.

Implementation

factory SessionConfigOptionCategory(String value) {
  return SessionConfigOptionCategory._(value);
}