EmailEntity constructor

EmailEntity(
  1. String rawValue
)

Constructor to create an instance of EmailEntity.

Implementation

EmailEntity(String rawValue)
    : super(rawValue: rawValue, type: EntityType.email);