ClassInfo<T> class
- Available extensions
Constructors
Properties
Methods
-
inherit<
M extends T> ({String? name, M newInstance(JsScript, List argv)?, Map< String, JsFunction< functions = const {}, Map<M> >String, JsField< fields = const {}}) → ClassInfo<M, dynamic> >M> -
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