toString method

  1. @override
String toString()
override

Return a query fragment with the default placeholder value of '?'.

Implementation

@override
String toString() {
  return call();
}