checked property

bool get checked

If the result was checked. Returns true if checked, false otherwise

Implementation

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