Cursor.fromJson constructor

Cursor.fromJson(
  1. Map json_
)

Implementation

Cursor.fromJson(core.Map json_)
    : this(
        offset: json_['offset'] as core.String?,
      );