IsValid property

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

Implementation

bool get IsValid => this._uniqueId != null && this._uniqueId!.isNotEmpty;