VideoInfoParser class final
A parser for handling construction of VideoInfo.
- Mixed-in types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double?
-
Define height.
getter/setter pairinherited
- isInitalized → bool
-
Determine this buffer has been initalized already.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secureUrl ↔ Uri?
-
Define HTTPS URL address.
getter/setter pairinherited
- type ↔ String?
-
Define MIME type.
getter/setter pairinherited
- url ↔ Uri?
-
Define URL address.
getter/setter pairinherited
- width ↔ double?
-
Define width.
getter/setter pairinherited
Methods
-
compile(
) → VideoInfo -
Apply all defined properties in ImmutableBuffer into
Immutable
objectT
.override -
markInitalized(
) → void -
Notify ImmutableBuffer that it has been isInitalized
already.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void -
Wipe all assigned data to Null and clear all stored elements
in Iterable.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited