currentScopeName property

String? currentScopeName

Returns the name of the current scope if it has one otherwise null if you are already on the baseScope it returns 'baseScope'

Implementation

String? get currentScopeName;