SessionConfigGroupId.fromJson constructor

SessionConfigGroupId.fromJson(
  1. Object? json
)

Decodes a wire string.

Implementation

factory SessionConfigGroupId.fromJson(Object? json) =>
    SessionConfigGroupId(decodeAcpString(json));