toJson method

Map<String, dynamic> toJson()

Implementation

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};
}