isNullable property

bool? isNullable
final

Indicates whether or not the property can be null or not.

By default, properties are not nullable.

Implementation

final bool? isNullable;