isDouble property
bool
get
isDouble
Implementation
bool get isDouble {
return Validators.Required(
next: Validators.Number(
integerOnly: false, allowDecimal: true))!(this) ==
null;
}