getUrl method

String getUrl()

Get users Twitter URL

Implementation

String getUrl() {
  return 'https://twitter.com/$tag/status/$id';
}