IdentRecord class

Corresponds to Pascal TStIdentRec

Constructors

IdentRecord({required String name, required IdentKind kind, dynamic value, int pCount = 0, Func0? func0, Func1? func1, Func2? func2, Func3? func3, Func4? func4, FuncA? funcA})

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