AcceleratorTypesScopedList constructor

AcceleratorTypesScopedList({
  1. List<AcceleratorType>? acceleratorTypes,
  2. AcceleratorTypesScopedListWarning? warning,
})

Implementation

AcceleratorTypesScopedList({
  this.acceleratorTypes,
  this.warning,
});