SDNVideoFile constructor
SDNVideoFile({})
Implementation
SDNVideoFile(
{required Uint8List bytes,
required String name,
String? mimeType,
this.width,
this.height,
this.duration})
: super(bytes: bytes, name: name, mimeType: mimeType);