PubspecEntry constructor

PubspecEntry(
  1. PubspecNode? key,
  2. PubspecNode value
)

Implementation

PubspecEntry(this.key, this.value);