GetSearchString method

  1. @override
String? GetSearchString()
override

Implementation

/// </summary>
/// <returns>String representation of instance.</returns>
@override
String? GetSearchString() {
  return this.Address;
}