onshow property

Implementation

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

Implementation

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