PropertyItems constructor

PropertyItems({
  1. List<ItemsChoice>? oneOf = const [],
})

Returns a new PropertyItems instance.

Implementation

PropertyItems({
  this.oneOf = const [],
});