get abstract method

HVal? get(
  1. String name, {
  2. bool checked = true,
})

Get a tag by name.

If not found and checked if false then Returns null, otherwise throw UnknownNameException.

Implementation

HVal? get(String name, {bool checked = true});