SessionListCursor constructor

SessionListCursor(
  1. String value
)

Validates and creates a SessionListCursor value.

Implementation

factory SessionListCursor(String value) {
  return SessionListCursor._(value);
}