Sign in
dart
/
dart_style
/
refs/heads/flutter-style-experiment-2
/
.
/
test
/
experiment
/
regression
/
0400
/
0413.unit
blob: c2b6b94b8b63134667a60f972bb3a70db6cc0732 [
file
] [
log
] [
blame
] [
edit
]
>>>
List
get
bindings
=>
[
bind
(
const
StaticFilePath
())
.
toValue
(
_staticFilePath
.
isEmpty
?
_libRoot
:
_staticFilePath
)
];
<<<
List
get
bindings
=>
[
bind
(
const
StaticFilePath
()).
toValue
(
_staticFilePath
.
isEmpty
?
_libRoot
:
_staticFilePath
,
),
];