UrlEntity constructor

UrlEntity(
  1. String rawValue
)

Constructor to create an instance of UrlEntity.

Implementation

UrlEntity(String rawValue) : super(rawValue: rawValue, type: EntityType.url);