CleanCalendarEvent class
Constructors
-
CleanCalendarEvent.new({int idEvent = 0, String fascia_oraria = '', String indennita = '', String postodiservizio = '', String pasti = '', String impiego = '', required DateTime startTime, required DateTime endTime, Color color = Colors.blue, bool isAllDay = false, bool isDone = false})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited