AppStorePreReleaseVersion class Null safety

A version of an app in the App Store Connect API.

Constructors

AppStorePreReleaseVersion({String? type, String? id, AppStorePreReleaseVersionAttributes? attributes})
A version of an app in the App Store Connect API.
const
AppStorePreReleaseVersion.fromMap(Map map)
A version of an app in the App Store Connect API.
factory

Properties

attributes AppStorePreReleaseVersionAttributes?
The attributes of the version.
final
hashCode int
The hash code for this object.
read-only, inherited
id String?
The id of the version.
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
type String?
The type of the version.
final

Methods

copy({String? type, String? id, AppStorePreReleaseVersionAttributes? attributes}) AppStorePreReleaseVersion
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