PersonalEventAndCalendarModel class

Constructors

PersonalEventAndCalendarModel({int? cardType, dynamic calendarId, dynamic calendarEventId, String? personalEventId, String? localPathImage, bool? isMemory = false, bool? isReminderCard = false, String? color, ReminderScheduled? reminderScheduled, CalmModel? calmModel})
PersonalEventAndCalendarModel.fromJson(Map<String, dynamic> json)

Properties

calendarEventId ↔ dynamic
getter/setter pair
calendarId ↔ dynamic
getter/setter pair
calmModel CalmModel?
getter/setter pair
cardType int?
getter/setter pair
color String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isMemory bool?
getter/setter pair
isReminderCard bool?
getter/setter pair
localPathImage String?
getter/setter pair
personalEventId String?
getter/setter pair
reminderScheduled ReminderScheduled?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited