sample property
      
      String
      get
      sample
      
    
    
    
Implementation
external String get sample;
      
      set
      sample
      (String value) 
      
    
    
    
Implementation
external set sample(String value);