ApklisItemModel class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
ApklisItemModel({required String icon, required String background, required String packageName, required String name, required String videoUrl, required String videoImg, required String description, required String updated, required int saleCount, required int downloadCount, required double price, required double rating, required int sponsored, required bool withDb, required int reviewsStar1, required int reviewsStar2, required int reviewsStar3, required int reviewsStar4, required int reviewsStar5, required int releasesCount, required int reviewsCount, required List<
ApklisCategoryModel> categories, required int size, required ApklisDeveloperModel developer, required ApklisReleaseModel lastRelease, required bool announced}) -
const
Properties
- announced → bool
-
final
- background → String
-
final
-
categories
→ List<
ApklisCategoryModel> -
final
- description → String
-
final
- developer → ApklisDeveloperModel
-
final
- downloadCount → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → String
-
final
- lastRelease → ApklisReleaseModel
-
final
- name → String
-
final
- packageName → String
-
final
- price → double
-
final
- rating → double
-
final
- releasesCount → int
-
final
- reviewsCount → int
-
final
- reviewsStar1 → int
-
final
- reviewsStar2 → int
-
final
- reviewsStar3 → int
-
final
- reviewsStar4 → int
-
final
- reviewsStar5 → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saleCount → int
-
final
- size → int
-
final
- sponsored → int
-
final
- updated → String
-
final
- videoImg → String
-
final
- videoUrl → String
-
final
- withDb → bool
-
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) → ApklisItemModel