editLink property

String editLink

Edit link

Implementation

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