onshow property

EventHandlerNonNull<Event>? get onshow

Implementation

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

Implementation

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