toJson method
Implementation
Map<String, dynamic> toJson() => {
'id': id,
'driver': driver,
'touchpoint': touchpoint,
'method': method,
'args': args,
'maxAttempts': maxAttempts,
'backoffBaseMs': backoffBaseMs,
'backoffFactor': backoffFactor,
'expect': expect,
};