cancel property

String cancel

取消

Implementation

String get cancel {
  return Intl.message(
    '取消',
    name: 'cancel',
    desc: '',
    args: [],
  );
}