isFixed property

  1. @TagNumber(3)
bool get isFixed

If true, this translation is fixed and won't be overwritten by Google Translate translations.

Implementation

@$pb.TagNumber(3)
$core.bool get isFixed => $_getBF(2);
  1. @TagNumber(3)
set isFixed (bool value)

Implementation

@$pb.TagNumber(3)
set isFixed($core.bool value) => $_setBool(2, value);