ontouchend property

EventHandlerNonNull<Event>? ontouchend

Implementation

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

Implementation

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