Creates an ARFF data entry with the given name and value.
name
value
Both name and value are required to represent a valid data entry in the ARFF file.
ARFFData({required this.name, required this.value});