toJson method

Map<String, dynamic> toJson()

Implementation

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