LocaleMetadata class

One locale's listing.

Apple splits it across two resources that are updated separately and have different lifetimes, and the split is not cosmetic: appInfo fields belong to the app and can only be edited while a version is editable, whereas version fields belong to the version being prepared. Keeping them apart here means the uploader never has to guess which endpoint a field goes to.

Constructors

LocaleMetadata(String locale)

Properties

appInfo Map<String, String>
appInfoLocalizations attributes: name, subtitle, privacyPolicyUrl.
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
locale String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshots Map<String, List<File>>
ScreenshotDisplayType -> the files to publish, in the order Apple should show them. Only types with a directory present appear at all.
final
version Map<String, String>
appStoreVersionLocalizations attributes: description, keywords, promotionalText, supportUrl, marketingUrl.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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