toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case GeoMatchLevel.country:
      return 'Country';
    case GeoMatchLevel.areaCode:
      return 'AreaCode';
  }
}