OtherName constructor

OtherName({
  1. required String typeId,
  2. required String value,
})

Implementation

OtherName({
  required this.typeId,
  required this.value,
});