Finds name in the exported mixins.
name
PbMixin? findMixin(String name) { const exportedMixins = { 'PbMapMixin': _pbMapMixin, }; return exportedMixins[name]; }