You can subclass DataObject if you want to get some compile time checks or better types.
You'll want to disable opDispatch, then forward your properties to the super opDispatch.
See Implementation
You can subclass DataObject if you want to get some compile time checks or better types.
You'll want to disable opDispatch, then forward your properties to the super opDispatch.