services
This commit is contained in:
@@ -91,7 +91,7 @@ class ScheduleEntity extends Equatable {
|
||||
return null;
|
||||
}
|
||||
|
||||
String? getFormatTime(TimeOfDay? time) {
|
||||
static String? getFormatTime(TimeOfDay? time) {
|
||||
if (time == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user