storeUrlToUse property
String?
get
storeUrlToUse
Get the store URL to use (prefers storeUrl over appStoreLink)
Implementation
String? get storeUrlToUse => storeUrl ?? appStoreLink;
Get the store URL to use (prefers storeUrl over appStoreLink)
String? get storeUrlToUse => storeUrl ?? appStoreLink;