AppStoreBuildAttributes class Null safety
An image asset, including its height, width, and template URL.
Constructors
- AppStoreBuildAttributes({bool? expired, AppStoreConnectImageAsset? iconAssetToken, String? minOsVersion, ProcessingState? processingState, String? version, bool? usesNonExemptEncryption, DateTime? uploadedDate, DateTime? expirationDate, BuildAudienceType? buildAudienceType, String? computedMinMacOsVersion, String? lsMinimumSystemVersion})
-
An image asset, including its height, width, and template URL.
const
- AppStoreBuildAttributes.fromMap(Map map)
-
An image asset, including its height, width, and template URL.
factory
Properties
- buildAudienceType → BuildAudienceType?
-
A string that represents the App Store Connect audience for a build.
final
- computedMinMacOsVersion → String?
-
final
- expirationDate → DateTime?
-
The date and time the build will auto-expire and
no longer be available for testing.
final
- expired → bool?
-
A Boolean value that indicates if the build has expired.
An expired build is unavailable for testing.
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- iconAssetToken → AppStoreConnectImageAsset?
-
The icon of the uploaded build.
final
- lsMinimumSystemVersion → String?
-
final
- minOsVersion → String?
-
The minimum operating system version needed to test a build.
final
- processingState → ProcessingState?
-
The processing state of the build indicating that it is
not yet available for testing.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- uploadedDate → DateTime?
-
The date and time the build was uploaded to App Store Connect.
final
- usesNonExemptEncryption → bool?
-
A Boolean value that indicates whether the build
uses non-exempt encryption.
final
- version → String?
-
The version number of the uploaded build (build number).
final
Methods
-
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