share property

String share

分享

Implementation

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