CaptionIns class
Constructors
-
CaptionIns(dynamic number, dynamic text, dynamic start, dynamic end)
-
const
Properties
-
end
→ Duration
-
When in the given video should this
Caption be dismissed.
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
number
→ int
-
The number that this caption was assigned.
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
start
→ Duration
-
When in the given video should this
Caption begin displaying.
finalinherited
-
text
→ String
-
The actual text that should appear on screen to be read between
start
and end.
finalinherited
Methods
-
get(Token name)
→ Object?
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited