setName method

dynamic setName(
  1. String value
)

Implementation

setName(String value) {
  _name = value;
}