toJson method

String toJson()

Implementation

String toJson() {
  return AddressSearchModelMapper.ensureInitialized()
      .encodeJson<AddressSearchModel>(this as AddressSearchModel);
}