RtmAttribute constructor

RtmAttribute(
  1. String key,
  2. String value
)

Implementation

RtmAttribute(
  this.key,
  this.value,
);