Sign in
dart
/
dart_style
/
refs/heads/flutter-style-experiment
/
.
/
test
/
regression
/
0100
/
0161.stmt
blob: 0888ab1a0aa71d1ca4c3005622888c3e39b6efc8 [
file
] [
log
] [
blame
] [
edit
]
>>>
(
indent
4
)
var
partOf
=
unit
.
directives
.
firstWhere
((
d
)
=>
d
is
PartOfDirective
,
orElse
:
()
=>
null
);
<<<
var
partOf
=
unit
.
directives
.
firstWhere
(
(
d
)
=>
d
is
PartOfDirective
,
orElse
:
()
=>
null
,
);