of method

T of(
  1. BuildContext context
)

Get value based on current context. Shorthand for getValue.

Implementation

T of(BuildContext context) => getValue(context);