toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (branch != null) 'branch': branch!,
      if (note != null) 'note': note!,
      if (setTime != null) 'setTime': setTime!,
    };