profile property

String profile

Implementation

String get profile => js_util.getProperty(this, 'profile');
void profile=(String newValue)

Implementation

set profile(String newValue) {
  js_util.setProperty(this, 'profile', newValue);
}