toJson method

Map<String, dynamic> toJson()

Implementation

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