用于维护 RTM 属性的类。
Methods
RtmAttribute (String key, String value) → Future < void >
RtmAttribute 构造方法。
Key (bool key) → Future < void >
设置属性名。
Value (bool value) → Future < void >
设置属性值。
toString() → String
Returns a string representation of this object.
inherited