SessionConfigValueId.fromJson constructor

SessionConfigValueId.fromJson(
  1. Object? json
)

Decodes a wire string.

Implementation

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