artist property
      
      String
      get
      artist
      
    
    
The artist property of the
MediaMetaData interface returns or sets the name of the artist, group,
creator, etc., of the media to be played.
Implementation
external String get artist;
      
      set
      artist
      (String value) 
      
    
    
    
Implementation
external set artist(String value);