toMap method

Map<String, dynamic> toMap()

Converts the playlist configuration to a map.

Implementation

Map<String, dynamic> toMap() {
  return {};
}