PaymentRequestEvent class

Inheritance
Annotations
  • @Native.new("PaymentRequestEvent")

Constructors

PaymentRequestEvent(String type, Map eventInitDict)
factory

Properties

bubbles → bool?
no setterinherited
cancelable → bool?
no setterinherited
composed → bool?
no setterinherited
currentTarget → EventTarget?
no setterinherited
defaultPrevented → bool
no setterinherited
eventPhase → int
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
instrumentKey → String?
no setter
isTrusted → bool?
no setterinherited
matchingTarget → Element
A pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an UnsupportedError.
no setterinherited
methodData → List?
no setter
modifiers → List?
no setter
path → List<EventTarget>
no setterinherited
paymentRequestId → String?
no setter
paymentRequestOrigin → String?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
target → EventTarget?
no setterinherited
timeStamp → num?
no setterinherited
topLevelOrigin → String?
no setter
total → Object?
no setter
type → String
no setterinherited

Methods

composedPath() → List<EventTarget>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openWindow(String url) → Future<WindowClient>
preventDefault() → void
inherited
respondWith(Future response) → void
stopImmediatePropagation() → void
inherited
stopPropagation() → void
inherited
toString() → String
A string representation of this object.
inherited
waitUntil(Future f) → void
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited