isNullableString property

String isNullableString

Implementation

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