SessionID.fromJson constructor
SessionID.fromJson(
- String value
Implementation
factory SessionID.fromJson(String value) => SessionID(value);
factory SessionID.fromJson(String value) => SessionID(value);