clean_url method

String? clean_url()

Implementation

String? clean_url() {
  return this.remove('http://').remove('https://').remove('www.').shorten(50);
}