setProperties method Null safety

void setProperties(
  1. List<PropertySchema> value
)

Sets validation schemas for object properties.

  • value a list of property validation schemas.

See PropertySchema