serviceNames property

List<String> serviceNames

Returns the list of the streaming service names.

Implementation

List<String> get serviceNames => services.map((service) => service.name).toList();