ContactType<T extends ValueObject<String> > constructor
ContactType<T extends ValueObject<String> > (
- T contactItemValueObject, {
- bool isSecondary = false,
Implementation
ContactType(this.contactItemValueObject, {this.isSecondary = false});