VideoModel constructor

VideoModel(
  1. WidgetModel parent,
  2. String? id
)

Implementation

VideoModel(WidgetModel super.parent, super.id) {
  // instantiate busy observable
  busy = false;
}