SubtitleObject class

Stored the subtitle file data and its format type. Each subtitle file present in one object or SubtitleObject

Constructors

SubtitleObject({required String data, required SubtitleType type})
const

Properties

data String
Contain the file data coming from internet, file or any place you can provide.
final
hashCode int
The hash code for this object.
no setteroverride
props List<Object>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SubtitleType
The current subtitle format type of current file.
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.
override