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