toJson method

Map<String, dynamic> toJson()

Implementation

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