Video constructor

Video({
  1. String? hash,
})

Implementation

factory Video({_i2.String? hash}) => Video._(hash: hash);