I18nMetadataBundle constructor

I18nMetadataBundle(
  1. I18nMetadata? forChildren,
  2. Map<String, I18nMetadata> forAttributes
)

Implementation

I18nMetadataBundle(this.forChildren, this.forAttributes);