SessionId.fromJson constructor

SessionId.fromJson(
  1. String val
)

Constructs a SessionId from the provided val.

Implementation

factory SessionId.fromJson(String val) = SessionId;