TagValues<O> constructor

const TagValues<O>(
  1. Map<String, O> table
)

Implementation

const TagValues(this.table);