Write constructor

Write({
  1. int? interval,
  2. int? delay,
  3. Map<String, dynamic>? sendRule,
  4. String? name,
  5. String? sourceType,
  6. String? sourceWriteFormat,
  7. Map<String, dynamic>? sourceParams,
  8. String? sourceUrl,
})

Implementation

Write(
    {this.interval,
    this.delay,
    this.sendRule,
    this.name,
    this.sourceType,
    this.sourceWriteFormat,
    this.sourceParams,
    this.sourceUrl});