Facets constructor

const Facets({
  1. List<String>? order,
})

Returns a new Facets instance.

Implementation

const Facets({
  this.order,
});