EmbedVideo class Null safety
Video attached to embed. Can contain null elements.
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- height ↔ int?
-
The embed video's height.
read / write, final, late
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- url ↔ String?
-
The embed video's URL.
read / write, final, late
- width ↔ int?
-
The embed video's width.
read / write, final, late
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override