ITunesSearchAPI class

Constructors

ITunesSearchAPI()

Properties

client ↔ Client?
getter/setter pair
debugEnabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iTunesDocumentationURL String
final
lookupPrefixURL String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchPrefixURL String
final

Methods

lookupByBundleId(String bundleId, {String? country = 'US', bool useCacheBuster = true}) Future<Map?>
lookupById(String id, {String country = 'US', bool useCacheBuster = true}) Future<Map?>
lookupURLByBundleId(String bundleId, {String country = 'US', bool useCacheBuster = true}) String?
lookupURLById(String id, {String country = 'US', bool useCacheBuster = true}) String?
lookupURLByQSP(Map<String, String?> qsp, {bool useCacheBuster = true}) String?
Look up URL by QSP.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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