maybeOf static method

InheritedRandomTasks? maybeOf(
  1. BuildContext context
)

Possibly provide an instance.

Implementation

static InheritedRandomTasks? maybeOf(final BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<InheritedRandomTasks>();