Additives constructor

Additives(
  1. List<String> ids,
  2. List<String> names
)

Implementation

Additives(this.ids, this.names);