loaded property

set loaded (dynamic value)

Implementation

set loaded(value) {
  qrLoaded = value;
  notifyListeners();
}