getNamesFromModel method

String getNamesFromModel(
  1. DeviceType type,
  2. String model
)

Get all marketing names for the given model. If multiple names match the model, those are concatenated and separated by " / ".

Implementation

String getNamesFromModel(DeviceType type, String model) =>
    lookupName(type, model);