flop method

Method for Basic Transformations

Returns TransformationData.

Implementation

TransformationData flop() {
  // Determine if there are values to add to the dictionary

  var values = <String, String>{};

  return TransformationData(plugin: 't', name: 'flop', values: values);
}