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
final
bundleId String
iOS Bundle Id
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String
You Apple Team Id
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.
override