ThingDescription.fromThingModel constructor

ThingDescription.fromThingModel(
  1. ThingModel thingModel
)

Creates a ThingDescription from a ThingModel.

Implementation

// ignore: avoid_unused_constructor_parameters
factory ThingDescription.fromThingModel(ThingModel thingModel) {
  throw UnimplementedError();
}