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