setIsEdit method

dynamic setIsEdit(
  1. bool status
)

Implementation

setIsEdit(bool status) {
  isEdit.value = status;
}