didSendEventToBeacon property

bool get didSendEventToBeacon

Implementation

bool get didSendEventToBeacon => _didSendEventToBeacon;
set didSendEventToBeacon (bool didSend)

Implementation

set didSendEventToBeacon(bool didSend) {
  _didSendEventToBeacon = didSend;
}