getNamesFromModelAsList method

List<String> getNamesFromModelAsList(
  1. DeviceType type,
  2. String model
)

Get all marketing names for the given model as list. If no marketing names were found the model name is returned.

Implementation

List<String> getNamesFromModelAsList(DeviceType type, String model) =>
    getNamesFromModel(type, model).getList();