nullable property

bool? nullable
final

Whether this type is nullable. A null value for nullable indicates that nullability is unknown.

Implementation

final bool? nullable;