GradleString constructor

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

Implementation

GradleString(this.key, this.value);