InstancesScopedList constructor
InstancesScopedList({
- List<
Instance> ? instances, - InstancesScopedListWarning? warning,
Implementation
InstancesScopedList({
this.instances,
this.warning,
});