toJson method

Map toJson()

Implementation

Map<dynamic, dynamic> toJson() => {
      "size": size,
      "offset": offset,
    };