ChromeCastSubtitle class

Constructors

ChromeCastSubtitle.new({required double id, required String name, required String source, required String language})
ChromeCastSubtitle.fromJson(String source)
factory
ChromeCastSubtitle.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
id double
Unique id for subtitle track.
final
language String
Language of subtitle track. Eg en-US
final
name String
Name of subtitle track.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
Source of subtitle track.
final

Methods

copyWith({double? id, String? name, String? source, String? language}) ChromeCastSubtitle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant ChromeCastSubtitle other) bool
The equality operator.
override