CustomStatus constructor

CustomStatus({
  1. Emoji? emoji,
  2. String? expireTime,
  3. String? text,
  4. String? ttl,
})

Implementation

CustomStatus({this.emoji, this.expireTime, this.text, this.ttl});