address property

String get address

Implementation

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

Implementation

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