isValid property

bool isValid

Implementation

bool get isValid {
  return address != null && addressNetwork != BitcoinWalletType.None;
}