VideoModel constructor

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

Implementation

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