SessionConfigOption.fromJson constructor
SessionConfigOption.fromJson(
- Object? json
Decodes the tagged union.
Implementation
factory SessionConfigOption.fromJson(Object? json) =>
sessionConfigOptionCodec.decode(json);