nullValue constant

  1. @protected
_NullableSentinel const nullValue

Nullable value sentinel used in generated copyWith methods.

Implementation

@protected
// ignore: library_private_types_in_public_api
static const _NullableSentinel nullValue = _NullableSentinel.i;