isEdit property

bool get isEdit

Implementation

bool get isEdit => _isEdit;
set isEdit (dynamic a)

Implementation

set isEdit(a) {
  _isEdit = a;
  notifyListeners();
}