ItemAddressValue constructor

ItemAddressValue(
  1. String id,
  2. String name
)

Implementation

ItemAddressValue(this.id, this.name);