InternalValidate method

  1. @override
void InternalValidate()
override
Validate instance.

Implementation

@override
void InternalValidate() {
  if (this.propertyDefinition == null) {
    throw new ServiceValidationException(
        "Strings.PropertyDefinitionPropertyMustBeSet");
  }
}