Read constructor

Read({
  1. int? interval,
  2. String? sourceType,
  3. String? name,
  4. String? widgetType,
  5. Map<String, dynamic>? sourceParams,
  6. String? sourceUrl,
})

Implementation

Read(
    {this.interval,
    this.sourceType,
    this.name,
    this.widgetType,
    this.sourceParams,
    this.sourceUrl});