isNullableString property

String get isNullableString

Implementation

String get isNullableString => isNullable ? '?' : '';