PropertiesEvent class

A factory to create simple Properties' related events.

NB: please consider renaming to "ChangeEvent".

Implementers

Constructors

PropertiesEvent(String _eventType)
Create a new event instance by name the eventType only.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Getter fro the eventType of this event.
no setter

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