IOSInfo class

iOS App Information

Constructors

IOSInfo({required String teamId, required String bundleId, required String appStoreURL})

Properties

appStoreURL String
App Store download URL of your app Give an empty string if your app is not live yet
final
bundleId String
iOS Bundle Id
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String
You Apple Team Id Give an empty string if you don't have an App Store account yet
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Map representation of the model
toString() String
A string representation of this object.
inherited

Operators

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