IsValid property

bool IsValid
True if this instance is valid, false otherthise.

Implementation

bool get IsValid => !StringUtils.IsNullOrEmpty(this.Address);