getIconOrNull method

NamedIcon? getIconOrNull(
  1. dynamic name
)

Implementation

NamedIcon? getIconOrNull(name) => this[name?.toString()];