RunHandler typedef Null safety

R RunHandler <R>(
  1. Zone self,
  2. ZoneDelegate parent,
  3. Zone zone,
  4. R f(
      )
    )

    Implementation

    typedef RunHandler = R Function<R>(
        Zone self, ZoneDelegate parent, Zone zone, R Function() f);