isValid property

bool get isValid

Returns true if the video info contains valid data.

Implementation

bool get isValid => width > 0 && height > 0;