PhoneEntity constructor

PhoneEntity(
  1. String rawValue
)

Constructor to create an instance of PhoneEntity.

Implementation

PhoneEntity(String rawValue)
    : super(rawValue: rawValue, type: EntityType.phone);