Sign in
dart
/
dart_style
/
05d08d928bb850888144cbe7b2f3b72d24fccb92
/
.
/
test
/
tall
/
regression
/
0400
/
0413.unit
blob: eef46685f4be9d972ca6a6db6dddb7267b497e95 [
file
] [
log
] [
blame
]
>>>
List
get
bindings
=>
[
bind
(
const
StaticFilePath
())
.
toValue
(
_staticFilePath
.
isEmpty
?
_libRoot
:
_staticFilePath
)
];
<<<
List
get
bindings
=>
[
bind
(
const
StaticFilePath
(),
).
toValue
(
_staticFilePath
.
isEmpty
?
_libRoot
:
_staticFilePath
),
];