cut property

String cut

Cut

Implementation

String get cut {
  return Intl.message(
    'Cut',
    name: 'cut',
    desc: '',
    args: [],
  );
}