Sign in
dart
/
dart_style
/
89c982a6bd0fca57d2a77463904c076f67f264c6
/
.
/
test
/
regression
/
0400
/
0413.unit
blob: e62712670414e353eef409a085e6c4b5304eb642 [
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
)
];