toThingDescription method
Tries to generate a ThingDescription from this Map object.
Implementation
ThingDescription toThingDescription() {
return ThingDescription.fromJson(this);
}
Tries to generate a ThingDescription from this Map object.
ThingDescription toThingDescription() {
return ThingDescription.fromJson(this);
}