clear method

void clear()

Implementation

void clear() {
  placeId = "";
  description = "";
  matchedSubstrings = [];
  reference = "";
  structuredFormatting = null;
  terms = [];
  types = [];
}