NamedBackReference constructor

const NamedBackReference(
  1. String name
)

Creates an expression that indicates a reference by name should "echo" the same expression stated by an existing preceding captured group that declares the same name

Implementation

const NamedBackReference(this.name,);