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