Converts this object into JSON format.
Map<String, dynamic> toJson() { return { ApiFields.start: start, ApiFields.length: length, }; }