copyWith abstract method
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,
});