ontouchend property

EventHandlerNonNull<Event>? get ontouchend

Implementation

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

Implementation

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