Value constructor
const
Value({
- List<
String> ? order, - SortRemainingBy? sortRemainingBy,
- List<
String> ? hide,
Returns a new Value instance.
Implementation
const Value({
this.order,
this.sortRemainingBy,
this.hide,
});