negate method

Method for Basic Transformations

Returns TransformationData.

Implementation

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

  var values = <String, String>{};

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