setManager method

dynamic setManager(
  1. dynamic value
)

Implementation

setManager(value) {
  this.manager = value;
}