SessionConfigValueId.fromJson constructor
SessionConfigValueId.fromJson(
- Object? json
Decodes a wire string.
Implementation
factory SessionConfigValueId.fromJson(Object? json) =>
SessionConfigValueId(decodeAcpString(json));