iceLocalUsernameFragment property

String iceLocalUsernameFragment

Implementation

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

Implementation

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