versionString property

  1. @JsonKey(name: "version")
String versionString
inherited

The version of the release as a string.

To get the version as a Version object, use version.

Implementation

// ignore: invalid_annotation_target
@JsonKey(name: "version")
String get versionString => throw _privateConstructorUsedError;