passed property

bool get passed

If the user passed. Returns true if passed, false otherwise

Implementation

bool get passed => _map["passed"] as bool;