Closed nkinkade closed 4 years ago
It turns out that SliverTool.key is a function, not a property, and further that SliverTool.key().name() is too. This PR fixes this bug.
SliverTool.key
SliverTool.key().name()
This change is
It turns out that
SliverTool.key
is a function, not a property, and further thatSliverTool.key().name()
is too. This PR fixes this bug.This change is