PlaylistItem class
Constructors
-
PlaylistItem.new({List<
Source> ? sources, String? image, String? title, String? adschedule, List<Track> ? tracks, String? file, String? description}) - PlaylistItem.fromJson(String str)
-
factory
-
PlaylistItem.fromMap(Map<
String, dynamic> json) -
factory
Properties
- adschedule ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- file ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sources
↔ List<
Source> ? -
getter/setter pair
- title ↔ String?
-
getter/setter pair
-
tracks
↔ List<
Track> ? -
getter/setter pair
Methods
-
copyWith(
{List< Source> ? sources, String? image, String? title, String? adschedule, List<Track> ? tracks, String? file, String? description}) → PlaylistItem -
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