sendFrom property

String sendFrom

Send from %s %s

Implementation

String get sendFrom {
  return Intl.message(
    'Send from %s %s',
    name: 'sendFrom',
    desc: '',
    args: [],
  );
}