withdraw property

String get withdraw

Withdraw

Implementation

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