mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-26 09:19:41 +00:00
add settings and edit feature to bookable spaces
This commit is contained in:
@ -26,8 +26,8 @@ class BookableSpaceConfig {
|
||||
configUuid: json['uuid'] as String,
|
||||
bookableDays: (json['daysAvailable'] as List).cast<String>(),
|
||||
availability: (json['active'] as bool?) ?? false,
|
||||
bookingEndTime: parseTimeOfDay(json['startTime'] as String),
|
||||
bookingStartTime: parseTimeOfDay(json['endTime'] as String),
|
||||
bookingStartTime: parseTimeOfDay(json['startTime'] as String),
|
||||
bookingEndTime: parseTimeOfDay(json['endTime'] as String),
|
||||
cost: json['points'] as int,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user