toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (commitTimestamp != null) 'commitTimestamp': commitTimestamp!,
if (indexes != null) 'indexes': indexes!,
if (status != null) 'status': status!,
};