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