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