setName method

dynamic setName(
  1. String name
)

Implementation

setName(String name) => this.name = name;