toQueryString method

  1. @override
String toQueryString()
override

Implementation

@override
String toQueryString() {
  return value.toString();
}