Icon constructor

Icon(
  1. String name,
  2. int code
)

Implementation

Icon(this.name, this.code);