toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final operationConfigType = this.operationConfigType;
final operationConfigs = this.operationConfigs;
return {
'operationConfigType': ?operationConfigType,
'operationConfigs': ?operationConfigs,
};
}