SystemApkOptions class

Options for system APKs.

Constructors

SystemApkOptions({bool? rotated, bool? uncompressedDexFiles, bool? uncompressedNativeLibraries})
SystemApkOptions.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
rotated bool?
Whether to use the rotated key for signing the system APK.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uncompressedDexFiles bool?
Whether system APK was generated with uncompressed dex files.
getter/setter pair
uncompressedNativeLibraries bool?
Whether system APK was generated with uncompressed native libraries.
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