validateSchema method

String? validateSchema()

Perform validations on the schema property values

Implementation

String? validateSchema() {
  return null;
}