isNullable property

bool? isNullable

Optional nullability.

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

Implementation

bool? get isNullable;