menu
pinto package
documentation
semantic.dart
LiteralElement
LiteralElement constructor
LiteralElement constructor
dark_mode
light_mode
LiteralElement
constructor
LiteralElement
(
{
Type
?
type
,
required
bool
constant
,
required
Object
?
constantValue
,
})
Implementation
LiteralElement({ this.type, required this.constant, required this.constantValue, });
pinto package
documentation
semantic
LiteralElement
LiteralElement constructor
LiteralElement class