SessionConfigSelectOptions.fromJson constructor

SessionConfigSelectOptions.fromJson(
  1. Object? json
)

Decodes one concrete union member.

Implementation

factory SessionConfigSelectOptions.fromJson(Object? json) =>
    sessionConfigSelectOptionsCodec.decode(json);