time property
      
      String?
      get
      time
      
    
    
    
Implementation
external String? get time;
      
      set
      time
      (String? value) 
      
    
    
    
Implementation
external set time(String? value);