IngressSourceResponse constructor

IngressSourceResponse({
  1. required int fps,
  2. required int height,
  3. required int width,
})

Returns a new IngressSourceResponse instance.

Implementation

IngressSourceResponse({
  required this.fps,
  required this.height,
  required this.width,
});