toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (found != null) 'found': found!,
if (missing != null) 'missing': missing!,
if (readTime != null) 'readTime': readTime!,
if (transaction != null) 'transaction': transaction!,
};