Sign in
dart
/
sdk.git
/
0512c58348dd3d38c3716de5348060d46436955a
/
.
/
pkg
/
front_end
/
testcases
/
coverage
/
handcrafted
/
dart2js
/
cloning.dart.textual_outline_modelled.expect
blob: c95b5bce82e5ce3d38a87ba28d84c97e18562c9e [
file
] [
log
] [
blame
]
class
VariableDeclaration
{
String
?
_name
;
String
?
get
name
=>
_name
;
VariableDeclaration
(
this
.
_name
,
{
int
flags
=
-
1
})
{}
int
flags
=
0
;
}