toQueryString method

  1. @override
String toQueryString()
override

Implementation

@override
String toQueryString() {
  return r'$' + name;
}