isForgotten property

bool isForgotten

A bool representing if the device has already been forgotten.

Will be true after calling forget. Otherwise it will be false.

Implementation

bool get isForgotten => _forgotten;