Bridge constructor

Bridge(
  1. String id,
  2. String technology,
  3. String bridge_type,
  4. String bridge_class,
  5. String creator,
  6. String name,
  7. List channels,
  8. String? video_mode,
  9. String? video_source_id,
  10. DateTime creationtime,
  11. dynamic jsonData,
)

Implementation

Bridge(
    this.id,
    this.technology,
    this.bridge_type,
    this.bridge_class,
    this.creator,
    this.name,
    this.channels,
    this.video_mode,
    this.video_source_id,
    this.creationtime,
    this.jsonData);