toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (action != null) 'action': action!,
if (data != null) 'data': data!,
if (dataType != null) 'dataType': dataType!,
if (relativePath != null) 'relativePath': relativePath!,
};