hash static method

ArcaneGlyph hash({
  1. IconSize size = IconSize.md,
})
override

Hash icon

Implementation

static ArcaneGlyph hash({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e0ef', size: size);