passed property
bool
get
passed
If the user passed. Returns true if passed, false otherwise
Implementation
bool get passed => _map["passed"] as bool;
If the user passed. Returns true if passed, false otherwise
bool get passed => _map["passed"] as bool;