getFact method

dynamic getFact(
  1. String key
)

Get a fact value by key.

Implementation

dynamic getFact(String key) => facts[key];