transformation method

GeneralAsset transformation(
  1. Transformation transformation
)

Implementation

GeneralAsset transformation(Transformation transformation) {
  _transformation = transformation.build();
  return this;
}