JWPlayerConfiguration class

Constructors

JWPlayerConfiguration({String? file, List<PlaylistItem>? playlist, List<Track>? tracks, List<Source>? sources, String? image, bool? autostart, Analytics? analytics, Related? related, Advertising? advertising})
JWPlayerConfiguration.fromJson(String str)
factory
JWPlayerConfiguration.fromMap(Map<String, dynamic> json)
factory

Properties

advertising Advertising?
getter/setter pair
analytics Analytics?
getter/setter pair
autostart bool?
getter/setter pair
file String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pair
playlist List<PlaylistItem>?
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<Source>?
getter/setter pair
tracks List<Track>?
getter/setter pair

Methods

copyWith({String? file, List<PlaylistItem>? playlist, List<Track>? tracks, List<Source>? sources, String? image, bool? autostart, Analytics? analytics, Related? related, Advertising? advertising}) JWPlayerConfiguration
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

empty JWPlayerConfiguration
getter/setter pair