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