dirNameFromPath method

String dirNameFromPath()

Implementation

String dirNameFromPath() => (split('/')..removeLast()).last;