FlutterCalenderEvent class 
 
    
    
  
    Constructors
    
        - 
          FlutterCalenderEvent(String summary, {String description = '', String location = '', required DateTime startTime, required DateTime endTime, Color? color = Colors.blue, bool isAllDay = false, bool isMultiDay = false, bool isDone = false, dynamic multiDaySegement, Map<String, dynamic>? metadata})
        
 
        - 
          
        
 
    
   
    
  
    
  
    Methods
    
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
 
- 
  Invoked when a nonexistent method or property is accessed.
  
inherited
 
        - 
  toString()
    → String
  
  
 
- 
  A string representation of this object.
  
inherited