menu
easy_iap package
documentation
models/iap_result.dart
IapResult
failed property
failed property
dark_mode
light_mode
failed
property
bool
get
failed
Whether the purchase failed.
Implementation
bool get failed => !_success;
easy_iap package
documentation
models/iap_result
IapResult
failed property
IapResult class