GroupClientData constructor

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

Implementation

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