toThingDescription method

ThingDescription toThingDescription()

Tries to generate a ThingDescription from this Map object.

Implementation

ThingDescription toThingDescription() {
  return ThingDescription.fromJson(this);
}