CommonEntry constructor

CommonEntry(
  1. String name,
  2. String value
)

Implementation

CommonEntry(this.name, this.value);