Minimal skeleton to allow dict [] style access to dataclass based class's attributes/fields. Also get member function similar to dict. This simplifies the flow and avoids duplicating data between attribute and dict data related name and data spaces.