ConnectionProperty constructor

ConnectionProperty({
  1. String? key,
  2. String? value,
})

Implementation

ConnectionProperty({this.key, this.value});