getValue method

T getValue(
  1. BuildContext context
)

Implementation

T getValue(BuildContext context) => maybeGetValue(context, true)!;