check property

bool get check

Verifica valor booleano de variável que pode ser nula. Considera null equivalente à false.

Implementation

bool get check => this ?? false;