serialize method

Map<String, String> serialize()

Implementation

Map<String, String> serialize() {
  return <String, String>{"name": this.name, "label": this.label, "actionType": this.actionType.index.toString()};
}