copyWith abstract method

  1. @useResult
ActiveTranslations copyWith({
  1. int? id,
  2. int? localeId,
  3. LabelLocale? locale,
  4. String? downloadLink,
})

Returns a shallow copy of this ActiveTranslations with some or all fields replaced by the given arguments.

Implementation

@_i1.useResult
ActiveTranslations copyWith({
  int? id,
  int? localeId,
  _i2.LabelLocale? locale,
  String? downloadLink,
});