has method

bool has(
  1. String name
)

Returns if the given tag is present.

Implementation

bool has(String name) => get(name, false) != null;