toJson method
Implementation
Map<String, dynamic> toJson() {
return {
"manager": singleton.manager,
"filePath": singleton.filePath,
"fullIdentifier": singleton.parsedIdentifier,
"identifierFormat": singleton.identifierFormat,
"excutedTasks": singleton.succeedTasks,
...singleton.otherProps,
};
}