isNullable property

bool? isNullable
getter/setter pair

Optional nullability.

An emitter may ignore this if the output is not targeting a Dart language version that supports null safety.

Implementation

bool? isNullable;