canInteract property

  1. @override
bool get canInteract
inherited

Implementation

@override
bool get canInteract => (_$canInteractComputed ??= Computed<bool>(
  () => super.canInteract,
  name: 'PaymentStoreBase.canInteract',
)).value;