core.Map<core.String, core.dynamic> toJson() { final branch = this.branch; final note = this.note; final setTime = this.setTime; return {'branch': ?branch, 'note': ?note, 'setTime': ?setTime}; }