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