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