IdentRecord class
Corresponds to Pascal TStIdentRec
Constructors
Properties
- func0 ↔ Func0?
-
getter/setter pair
- func1 ↔ Func1?
-
getter/setter pair
- func2 ↔ Func2?
-
getter/setter pair
- func3 ↔ Func3?
-
getter/setter pair
- func4 ↔ Func4?
-
getter/setter pair
- funcA ↔ FuncA?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ IdentKind
-
getter/setter pair
- name → String
-
final
- pCount ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ dynamic
-
getter/setter pair
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