App class
Constructors
- 
          App({String? title, String? description, String? descriptionHTML, String? summary, String? installs, int? minInstalls, double? score, int? ratings, int? reviews, List<int> ? histogram, double? price, bool? isFree, String? currency, bool? isSale, String? saleTime, double? originalPrice, String? saleText, bool? offersIAP, String? inAppProductsPrice, String? devoloper, String? devoloperId, String? devoloperEmail, String? devoloperWebsite, String? devoloperAddress, String? privacyPolicy, String? genre, String? genreId, String? icon, String? headerImage, List? screenshots, String? video, String? videoImage, String? contentRating, String? contentRatingDescription, bool? adSupported, bool? containsAds, String? released, String? updated, String? version, String? recentChanges, String? recentChangesHTML, List? comments, required String appId, required String url})
- App.fromJson(Map json)
- 
          
            factory
Properties
- adSupported → bool?
- 
  
  final
- appId → String
- 
  
  final
- comments → List?
- 
  
  final
- containsAds → bool?
- 
  
  final
- contentRating → String?
- 
  
  final
- contentRatingDescription → String?
- 
  
  final
- currency → String?
- 
  
  final
- description → String?
- 
  
  final
- descriptionHTML → String?
- 
  
  final
- devoloper → String?
- 
  
  final
- devoloperAddress → String?
- 
  
  final
- devoloperEmail → String?
- 
  
  final
- devoloperId → String?
- 
  
  final
- devoloperWebsite → String?
- 
  
  final
- genre → String?
- 
  
  final
- genreId → String?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- headerImage → String?
- 
  
  final
- 
  histogram
  → List<int> ?
- 
  
  final
- icon → String?
- 
  
  final
- inAppProductsPrice → String?
- 
  
  final
- installs → String?
- 
  
  final
- isFree → bool?
- 
  
  final
- isSale → bool?
- 
  
  final
- minInstalls → int?
- 
  
  final
- offersIAP → bool?
- 
  
  final
- originalPrice → double?
- 
  
  final
- price → double?
- 
  
  final
- privacyPolicy → String?
- 
  
  final
- ratings → int?
- 
  
  final
- recentChanges → String?
- 
  
  final
- recentChangesHTML → String?
- 
  
  final
- released → String?
- 
  
  final
- reviews → int?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- saleText → String?
- 
  
  final
- saleTime → String?
- 
  
  final
- score → double?
- 
  
  final
- screenshots → List?
- 
  
  final
- summary → String?
- 
  
  final
- title → String?
- 
  
  final
- updated → String?
- 
  
  final
- url → String
- 
  
  final
- version → String?
- 
  
  final
- video → String?
- 
  
  final
- videoImage → 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