NamedTag<T> constructor

const NamedTag<T>(
  1. String name
)

Implementation

const NamedTag(this.name);