attributeNames property

  1. @override
List<String> get attributeNames

The parameters that the Intl.message call may provide.

Implementation

@override
List<String> get attributeNames => const [
  'name',
  'desc',
  'examples',
  'args',
  'meaning',
  'skip',
];