SessionConfigValueId.fromJson constructor

SessionConfigValueId.fromJson(
  1. Object? value
)

Implementation

factory SessionConfigValueId.fromJson(Object? value) =>
    _sessionConfigValueIdCodec.decode(value);