iceLocalUsernameFragment property

String get iceLocalUsernameFragment

Implementation

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

Implementation

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