isRequired method

SchemaValue<V> isRequired()

Implementation

SchemaValue<V> isRequired() {
  return copyWith(optional: false);
}