ThingDescription.fromThingModel constructor
ThingDescription.fromThingModel(
- ThingModel thingModel
Creates a ThingDescription from a ThingModel.
Implementation
// ignore: avoid_unused_constructor_parameters
factory ThingDescription.fromThingModel(ThingModel thingModel) {
throw UnimplementedError();
}