current property

SwiftState? get current

Implementation

static SwiftState? get current =>
  _stack.isNotEmpty ? _stack.last : null;