isBind property

bool get isBind

Implementation

bool get isBind {
  return this.phone != null && this.phone!.length > 10;
}