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,
),
];