deserialize method
Deserializes the FML template elements, attributes and children
Implementation
@override
void deserialize(XmlElement xml) {
// deserialize
super.deserialize(xml);
// properties
key = Xml.get(node: xml, tag: 'key');
action = Xml.get(node: xml, tag: 'action');
}