withdrawn_successfully property

String get withdrawn_successfully

Withdrawn Successfully

Implementation

String get withdrawn_successfully {
  return Intl.message(
    'Withdrawn Successfully',
    name: 'withdrawn_successfully',
    desc: '',
    args: [],
  );
}