ApklisReleaseModel class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
ApklisReleaseModel({required List<
ApklisAbiModel> ? abi, required bool noAbi, required String versionName, required String packageName, required String appName, required String versionSdkName, required String versionTargetSdkName, required List<ApklisPermissionModel> permissions, required List<ApklisScreenshotModel> ? screenshots, required String changelog, required int versionCode, required String published, required String sha256, required String size, required String icon, required bool public, required bool beta, required String versionSdk, required String versionTargetSdk, required bool deleted}) -
const
Properties
-
abi
→ List<
ApklisAbiModel> ? -
final
- appName → String
-
final
- beta → bool
-
final
- changelog → String
-
final
- deleted → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → String
-
final
- noAbi → bool
-
final
- packageName → String
-
final
-
permissions
→ List<
ApklisPermissionModel> -
final
- public → bool
-
final
- published → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
screenshots
→ List<
ApklisScreenshotModel> ? -
final
- sha256 → String
-
final
- size → String
-
final
- versionCode → int
-
final
- versionName → String
-
final
- versionSdk → String
-
final
- versionSdkName → String
-
final
- versionTargetSdk → String
-
final
- versionTargetSdkName → String
-
final
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
Static Methods
-
fromJson(
Map< String, dynamic> json) → ApklisReleaseModel