ContactType<T extends ValueObject<String>> constructor

ContactType<T extends ValueObject<String>>(
  1. T contactItemValueObject, {
  2. bool isSecondary = false,
})

Implementation

ContactType(this.contactItemValueObject, {this.isSecondary = false});