menu
pinto package
documentation
semantic.dart
IdentifierElement
IdentifierElement constructor
IdentifierElement constructor
dark_mode
light_mode
IdentifierElement
constructor
IdentifierElement
(
{
required
String
name
,
Type
?
type
,
required
bool
constant
,
})
Implementation
IdentifierElement({
required
this
.name,
this
.type,
required
this
.constant, });
pinto package
documentation
semantic
IdentifierElement
IdentifierElement constructor
IdentifierElement class
Constructors
IdentifierElement
Properties
constant
enclosingElement
hashCode
name
runtimeType
type
Methods
accept
noSuchMethod
toString
visitChildren
Operators
operator ==