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