RevertTransformationResponse constructor

RevertTransformationResponse({
  1. Transformation? transformation,
})

Implementation

RevertTransformationResponse({
  this.transformation,
});