FarmMessage constructor

FarmMessage(
  1. String topic,
  2. String data, {
  3. bool retained = false,
})

Implementation

FarmMessage(String topic, this.data, {this.retained = false}) {
  _topic = topic;
}