class ServiceHomeCheckConditionModel{ String subtitle; bool check; ServiceHomeCheckConditionModel({ required this.subtitle, required this.check }); }