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