$copyWith method

Translations $copyWith({
  1. TranslationMetadata<AppLocale, Translations>? meta,
})

Implementation

Translations $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => Translations(meta: meta ?? this.$meta);