get static method

IconData get(
  1. String iconData
)

Implementation

static IconData get(String iconData) => icon[iconData] as IconData;