toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (currentVersion != null) 'currentVersion': currentVersion!,
      if (name != null) 'name': name!,
      if (pendingVersions != null) 'pendingVersions': pendingVersions!,
    };