UserProperty constructor

UserProperty({
  1. String? propertyName,
  2. String? value,
})

Implementation

UserProperty({this.propertyName, this.value});