RtmChannelAttribute constructor

RtmChannelAttribute(
  1. String key,
  2. String value, {
  3. String? lastUpdateUserId,
  4. int? lastUpdateTs,
})

Implementation

RtmChannelAttribute(
  this.key,
  this.value, {
  this.lastUpdateUserId,
  this.lastUpdateTs,
});