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