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