NECallkitVideoValue constructor

const NECallkitVideoValue({
  1. int width = 0,
  2. int height = 0,
  3. int rotation = 0,
})

Implementation

const NECallkitVideoValue({
  this.width = 0,
  this.height = 0,
  this.rotation = 0,
});