ListItem constructor

ListItem(
  1. String code,
  2. String text
)

Implementation

ListItem(this.code, this.text);