ClassPropertyDesc class abstract
- Inheritance
- Implementers
Constructors
- ClassPropertyDesc(String name, {required Desc type})
Properties
Methods
-
isField(
) → bool -
isList(
) → bool -
inherited
-
isMethod(
) → bool -
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