ListType constructor

const ListType(
  1. String value
)

The type of playlist.

Implementation

const ListType(this.value);