getValue<T> static method

Iterable<T>? getValue<T>(
  1. BuildContext context
)

Implementation

static Iterable<T>? getValue<T>(BuildContext context) {
  return Data.of<Choice<T>>(context).value;
}