SessionListCursor.fromJson constructor

SessionListCursor.fromJson(
  1. Object? json
)

Decodes a wire string.

Implementation

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