PlayStoreUploadConfig class

Constructors

PlayStoreUploadConfig({File? serviceAccountCredentialsFile, PlaystoreTrackType trackType = PlaystoreTrackType.internal, PlaystoreReleaseStatus releaseStatus = PlaystoreReleaseStatus.draft})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
releaseStatus PlaystoreReleaseStatus
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccountCredentialsFile File?
service account credentials file defaults to: 1: file located at android/playstore_credentials.json 2: env variable value of GOOGLE_SERVICE_ACCOUNT_JSON_RAW
final
trackType PlaystoreTrackType
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