toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (resource != null) 'resource': resource!,
      if (revisions != null) 'revisions': revisions!,
      if (totalReplicas != null) 'totalReplicas': totalReplicas!,
      if (uid != null) 'uid': uid!,
    };