toJson method

Map<String, dynamic> toJson()

Implementation

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