Encodes this value as a JSON object.
Map<String, Object?> toJson() => <String, Object?>{ 'blobId': blobId, 'offset': offset, if (limit != null) 'limit': limit!, };