from property

String get from

from

Implementation

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