AppStorePreReleaseVersionAttributes class Null safety

The attributes of a version of an app in the App Store Connect API.

Constructors

AppStorePreReleaseVersionAttributes({ApplePlatform? platform, String? versionString})
The attributes of a version of an app in the App Store Connect API.
const
AppStorePreReleaseVersionAttributes.fromMap(Map map)
The attributes of a version of an app in the App Store Connect API.
factory

Properties

hashCode int
The hash code for this object.
read-only, inherited
platform ApplePlatform?
The platform of the build.
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
versionString String?
The version string of the version.
final

Methods

copy({ApplePlatform? platform, String? versionString}) AppStorePreReleaseVersionAttributes
Creates a copy of this version overriding the old values if new ones are provided.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() String
Convert this object to a JSON map.
toMap() Map<String, dynamic>
Convert this object to a JSON string.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited