getFlag method

bool getFlag(
  1. String name
)

Get a flag

Implementation

bool getFlag(String name) => results.flag(name);