currentConfiguration property

String? get currentConfiguration

Implementation

String? get currentConfiguration =>
    _stack.isNotEmpty ? _stack.last.name : null;