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