InvokableController class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Static Methods
-
addGlobals(
Map< String, dynamic> context) → void -
getGettableProperties(
dynamic obj) → List< String> -
getMethods(
dynamic obj) → Map< String, Function> -
getProperty(
dynamic val, dynamic prop) → dynamic -
getSettableProperties(
dynamic obj) → List< String> -
getters(
dynamic val) → Map< String, Function> -
isNative(
dynamic val) → bool -
isPrimitive(
dynamic val) → bool -
methods(
dynamic val) → Map< String, Function> -
setProperty(
dynamic val, dynamic prop, dynamic value) → dynamic -
setters(
dynamic val) → Map< String, Function> -
updateLocale(
Map< String, dynamic> dataContext) → void