toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'name': name,
    'argument': argument,
    'index': id,
    'actionType': actionType,
    'commandName': commandName,
  };
}