byId method

Formula? byId(
  1. String id
)

The formula with id, or null.

Implementation

Formula? byId(String id) => _formulas[id];