toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (endCursor != null) 'endCursor': endCursor!,
if (partition != null) 'partition': partition!,
if (startCursor != null) 'startCursor': startCursor!,
};