current property
SwiftController?
get
current
Implementation
static SwiftController? get current =>
_stack.isNotEmpty ? _stack.last : null;
static SwiftController? get current =>
_stack.isNotEmpty ? _stack.last : null;