toJson method

Map<String, dynamic> toJson()

Implementation

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