e.g. ``` static String get remove => Intl.message( 'Remove', name: 'FooAppIntl_remove', ); static String get remove => Intl.message( 'remove', name: 'FooAppIntl_remove', ); ```