PropsMetaCollection constructor

const PropsMetaCollection(
  1. Map<Type, PropsMeta> metaByMixin
)

Implementation

const PropsMetaCollection(Map<Type, PropsMeta> metaByMixin) : super(metaByMixin);