IsNullable property

  1. @override
bool IsNullable
override
Gets a value indicating whether this property definition is for a nullable type (ref, int?, bool?...).

Implementation

@override
bool get IsNullable => this.isNullable;