profile property
String
get
profile
Implementation
String get profile => js_util.getProperty(this, 'profile');
set
profile
(String newValue)
Implementation
set profile(String newValue) {
js_util.setProperty(this, 'profile', newValue);
}