VideoSize class

Represents the size of a video.

A VideoSize object contains the width and height of a video in pixels.

Constructors

VideoSize(int width, int height)
Creates a new VideoSize object.

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
The height of the video in pixels.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
The width of the video in pixels.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited