PropertyChangeConstrains class Null safety

Constructors

PropertyChangeConstrains()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

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

Constants

AFTER_COUNT → const String
"after_count"
AFTER_CREATE → const String
"after_create"
AFTER_DESTROY → const String
"after_destroy"
AFTER_DESTROY_BY_ID → const String
"after_destroyById"
AFTER_EDIT → const String
"after_edit"
AFTER_FIND_ALL → const String
"after_findAll"
AFTER_FIND_BY → const String
"after_findBy"
AFTER_READ → const String
"after_read"
AFTER_WRITE → const String
"after_write"
BEFORE_COUNT → const String
"before_count"
BEFORE_CREATE → const String
"before_create"
BEFORE_DESTROY → const String
"before_destroy"
BEFORE_DESTROY_BY_ID → const String
"before_destroyById"
BEFORE_EDIT → const String
"before_edit"
BEFORE_FIND_ALL → const String
"before_findAll"
BEFORE_FIND_BY → const String
"before_findBy"
BEFORE_READ → const String
"before_read"
BEFORE_WRITE → const String
"before_write"