coach property

  1. @override
MKey? coach
override

Property getter and setter for coach:

Implementation

@override MKey? get coach => _coach;
  1. @override
void coach=(MKey? coach)
override

Implementation

@override set coach(MKey? coach) {
  this._coach = coach;
  wrapped['coach'] = jsonLiteral(coach);
}