flip method
Method for Basic Transformations @return TransformationData.
Implementation
TransformationData flip() {
// Determine if there are values to add to the dictionary
var values = <String, String>{};
return TransformationData(plugin: 't', name: 'flip', values: values);
}