InstancesScopedList constructor

InstancesScopedList({
  1. List<Instance>? instances,
  2. InstancesScopedListWarning? warning,
})

Implementation

InstancesScopedList({this.instances, this.warning});