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