SetSessionConfigOptionRequest.fromJson constructor

SetSessionConfigOptionRequest.fromJson(
  1. Object? json
)

Decodes the tagged union.

Implementation

factory SetSessionConfigOptionRequest.fromJson(Object? json) =>
    setSessionConfigOptionRequestCodec.decode(json);