setName method

void setName(
  1. String value
)

Implementation

void setName(String value) {
  _name = value;
  notifyListeners();
}