UserProperty constructor

const UserProperty(
  1. String key,
  2. String value
)

Implementation

const UserProperty(this.key, this.value);