setManager method

void setManager(
  1. dynamic value
)

Implementation

void setManager(value) {
  manager = value;
}