FeedbackLoop constructor

FeedbackLoop({
  1. String? id,
  2. double? spamRatio,
})

Implementation

FeedbackLoop({this.id, this.spamRatio});