text property

String get text

Implementation

String get text {
  return $$context$$["text"];
}
set text (String value)

Implementation

set text(String value) {
  $$context$$["text"] = value;
}