copy_right property

String get copy_right

copy rights © Robox 2023

Implementation

String get copy_right {
  return Intl.message(
    'copy rights © Robox 2023',
    name: 'copy_right',
    desc: '',
    args: [],
  );
}