factory DmtfEvent.fromMap(Map<String, dynamic> body) { return DmtfEvent( uuid: body['uuid'], digits: body['digits'], ); }