AddressEntity constructor

AddressEntity(
  1. String rawValue
)

Constructor to create an instance of AddressEntity.

Implementation

AddressEntity(String rawValue)
    : super(rawValue: rawValue, type: EntityType.address);