lastCall property

(T?, String?, Map<String, String>?)? get lastCall

Implementation

(T?, String?, Map<String, String>?)? get lastCall =>
    _scopeCommand != null ? _scopeCommand!.lastCall : throw Exception("Scope<${T..runtimeType}> not initalize");