onicecandidate property

EventHandlerNonNull<Event>? onicecandidate

Implementation

EventHandlerNonNull? get onicecandidate =>
    js_util.getProperty(this, 'onicecandidate');
void onicecandidate=(EventHandlerNonNull<Event>? newValue)

Implementation

set onicecandidate(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onicecandidate', newValue);
}