Plist constructor

Plist(
  1. String key,
  2. String value
)

Implementation

Plist(this.key, this.value);