newProtected method
Do not use directly, only from sub classes (marked @protected).
Delegates to _protected(Iterable<Object?> source)
factory.
Should be overridden on sub classes.
Implementation
@protected
Arr newProtected(Iterable<Object?> source) =>
DataArrayView._protected(source) as Arr;