toString method
Returns a string representation of the MLess instance.
This method delegates the string conversion to the underlying ModelLess instance.
Returns: A string representation of the ModelLess instance, as defined by its toString()
method.
Implementation
@override
String toString() {
return model.toString();
}