attributeNames property

  1. @override
List<String> get attributeNames
override

The parameters that the Intl.message call may provide.

Implementation

@override
get attributeNames => const [
  "name",
  "desc",
  "examples",
  "args",
  "meaning",
  "skip",
];