ApkManifest class

Constructors

ApkManifest({String? applicationLabel, List<IntentFilter>? intentFilters, int? maxSdkVersion, int? minSdkVersion, String? packageName, int? targetSdkVersion, List<String>? usesPermission})
ApkManifest.fromJson(Map _json)

Properties

applicationLabel String?
User-readable name for the application.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intentFilters List<IntentFilter>?
getter/setter pair
maxSdkVersion int?
Maximum API level on which the application is designed to run.
getter/setter pair
minSdkVersion int?
Minimum API level required for the application to run.
getter/setter pair
packageName String?
Full Java-style package name for this application, e.g. "com.example.foo".
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetSdkVersion int?
Specifies the API Level on which the application is designed to run.
getter/setter pair
usesPermission List<String>?
Permissions declared to be used by the application
getter/setter pair

Methods

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

Operators

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