getWant method

String? getWant()

Returns encoded want

Implementation

String? getWant() {
  return AccessMode.encode(_want);
}