Map<String, dynamic> toJson() => { "supportCount": supportCount, "list": List<PillReminderBean>.from(list.map((x) => x)), };