coach property

  1. @override
MKey? get coach
override

Property getter and setter for coach:

Implementation

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

Implementation

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