SessionListCursor.fromJson constructor
SessionListCursor.fromJson(
- Object? json
Decodes a wire string.
Implementation
factory SessionListCursor.fromJson(Object? json) =>
SessionListCursor(decodeAcpString(json));