SessionConfigId.fromJson constructor

SessionConfigId.fromJson(
  1. Object? json
)

Decodes a wire string.

Implementation

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