nullValue constant
- @protected
Nullable value sentinel used in generated copyWith methods.
Implementation
@protected
// ignore: library_private_types_in_public_api
static const _NullableSentinel nullValue = _NullableSentinel.i;
Nullable value sentinel used in generated copyWith methods.
@protected
// ignore: library_private_types_in_public_api
static const _NullableSentinel nullValue = _NullableSentinel.i;