team_cancel property

String get team_cancel

cancel

Implementation

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