isBlank property

bool isBlank

Implementation

bool get isBlank => this == null || this == 0 || this == 0.0;