RecyclingItemsSchema constructor

RecyclingItemsSchema({
  1. List<DropSchema> items = const [],
})

Returns a new RecyclingItemsSchema instance.

Implementation

RecyclingItemsSchema({
  this.items = const [],
});