SessionConfigSelectOptions.fromJson constructor
SessionConfigSelectOptions.fromJson(
- Object? json
Decodes one concrete union member.
Implementation
factory SessionConfigSelectOptions.fromJson(Object? json) =>
sessionConfigSelectOptionsCodec.decode(json);