menu
cedar package
documentation
ast.dart
ExprGetAttribute
ExprGetAttribute const constructor
ExprGetAttribute 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 const constructor
ExprGetAttribute class