isValid property Null safety

bool isValid

Retorna la validez de un rut de entrada

Implementation

bool get isValid => (_RUTValidatorUtils._calcMod11(this.numbers) == this.dv);