copyWith method

TranslatedString_Translation copyWith (
  1. void updates(
    1. TranslatedString_Translation
    )
)

Implementation

TranslatedString_Translation copyWith(void Function(TranslatedString_Translation) updates) => super.copyWith((message) => updates(message as TranslatedString_Translation));