next property

String get next

Next

Implementation

String get next {
  return Intl.message(
    'Next',
    name: 'next',
    desc: '',
    args: [],
  );
}