validate method
void
validate()
inherited
Throws an exception if this object is invalid.
Implementation
void validate() => DogEngine.instance.validate<T>(this as T);
Throws an exception if this object is invalid.
void validate() => DogEngine.instance.validate<T>(this as T);