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