copyWith abstract method

SchemaValue<V> copyWith({
  1. bool? isOptional,
})

Implementation

SchemaValue<V> copyWith({
  bool? isOptional,
});