ParametersAPI class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

ParametersAPI.new({void on(String, void (ParameterInputEvent<Object>))?, void once(String, void (ParameterInputEvent<Object>))?, void off(String, void (ParameterInputEvent<Object>))?})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
off ↔ void Function(String, void (ParameterInputEvent<Object>))

Available on ParametersAPI, provided by the ParametersAPI$Typings extension

getter/setter pair
on ↔ void Function(String, void (ParameterInputEvent<Object>))

Available on ParametersAPI, provided by the ParametersAPI$Typings extension

getter/setter pair
once ↔ void Function(String, void (ParameterInputEvent<Object>))

Available on ParametersAPI, provided by the ParametersAPI$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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