TimeTableItem class
Constructors
-
TimeTableItem({int? notBeforeInMinutes, int? notAfterInMinutes, int? rruleStartDate, String? rrule, String? zoneId, List<
String> ? days, List<String> ? recurrenceTypes, List<TimeTableHour> ? hours, String? calendarItemTypeId, bool? homeVisit, String? placeId, bool? publicTimeTableItem, bool? acceptsNewPatient, }) -
TimeTableItem.fromJSON(Map<
String, dynamic> data) -
factory
Properties
- acceptsNewPatient ↔ bool
-
getter/setter pair
- calendarItemTypeId ↔ String?
-
getter/setter pair
-
days
↔ List<
String> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- homeVisit ↔ bool
-
getter/setter pair
-
hours
↔ List<
TimeTableHour> -
getter/setter pair
- notAfterInMinutes ↔ int?
-
getter/setter pair
- notBeforeInMinutes ↔ int?
-
getter/setter pair
- placeId ↔ String?
-
getter/setter pair
- publicTimeTableItem ↔ bool
-
getter/setter pair
-
recurrenceTypes
↔ List<
String> -
getter/setter pair
- rrule ↔ String?
-
getter/setter pair
- rruleStartDate ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pair
- zoneId ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode(
TimeTableItem value) → Map< String, dynamic>