links method

  1. @override
Parser links()

Implementation

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