setLocation method

void setLocation(
  1. String value
)

Implementation

void setLocation(String value) {
  _location=value;
  notifyListeners();
}