menu
cedar package
documentation
ast.dart
ExprGetAttribute
ExprGetAttribute.new const constructor
ExprGetAttribute.new const constructor
dark_mode
light_mode
ExprGetAttribute
constructor
const
ExprGetAttribute
(
{
required
Expr
left
,
required
String
attr
,
})
Implementation
const ExprGetAttribute({required this.left, required this.attr});
cedar package
documentation
ast
ExprGetAttribute
ExprGetAttribute.new const constructor
ExprGetAttribute class