editable property
bool?
get
editable
Implementation
bool? get editable {
return $$context$$["editable"];
}
set
editable
(bool? value)
Implementation
set editable(bool? value) {
$$context$$["editable"] = value;
}