setProperties method

void setProperties(
  1. List<PropertySchema> value
)
inherited

Sets validation schemas for object properties.

  • value a list of property validation schemas.

See PropertySchema

Implementation

void setProperties(List<PropertySchema> value) {
  _properties = value;
}