flip method

Method for Basic Transformations

Returns 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);
}