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