isValid property

bool get isValid
inherited

Returns true if this object is valid. Does not throw any exceptions if the object is invalid.

Implementation

bool get isValid => DogEngine.instance.validateObject(this, T);