toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (documentCount != null) 'documentCount': documentCount!,
if (indexCount != null) 'indexCount': indexCount!,
if (sizeBytes != null) 'sizeBytes': sizeBytes!,
};