SessionConfigOption.fromJson constructor

SessionConfigOption.fromJson(
  1. Object? json
)

Decodes the tagged union.

Implementation

factory SessionConfigOption.fromJson(Object? json) =>
    sessionConfigOptionCodec.decode(json);