This commit is contained in:
Felipe
2024-04-05 11:56:45 -05:00
parent f46450e5db
commit e82c7c3afd
18 changed files with 1297 additions and 546 deletions
@@ -91,7 +91,7 @@ class ScheduleEntity extends Equatable {
return null;
}
String? getFormatTime(TimeOfDay? time) {
static String? getFormatTime(TimeOfDay? time) {
if (time == null) {
return null;
}