CreateStatus constructor

CreateStatus(
  1. String? state, {
  2. String? targetUrl,
  3. String? description,
  4. String? context,
})

Implementation

CreateStatus(this.state, {this.targetUrl, this.description, this.context});