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