IIconTypeValues constructor

IIconTypeValues(
  1. IIconType image_,
  2. IIconType named_
)

Implementation

IIconTypeValues(this.image_,
    this.named_) : delegate = List.unmodifiable([image_,named_]);