Dash class

Constructors

Dash({List<StreamsAvc>? streamsAvc, Cdns? cdns, List<Streams>? streams, List<StreamsAv1>? streamsAv1, bool? separateAv, String? defaultCdn})
Dash.fromJson(Map<String, dynamic> json)

Properties

cdns Cdns?
getter/setter pair
defaultCdn String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separateAv bool?
getter/setter pair
streams List<Streams>?
getter/setter pair
streamsAv1 List<StreamsAv1>?
getter/setter pair
streamsAvc List<StreamsAvc>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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