tags method

  1. @override
Parser tags()

Implementation

@override
Parser tags() => super.tags().map((each) => (each as List).cast<String>());