null_ property

Generator<Null> null_

A generator that only generates null.

Implementation

// ignore: prefer_void_to_null
Generator<core.Null> get null_ => always(null);