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