isNullableOptional property
bool
get
isNullableOptional
Implementation
bool get isNullableOptional =>
!isRequired && hasPresence && parent.fileGen!.options.betterProtos;
bool get isNullableOptional =>
!isRequired && hasPresence && parent.fileGen!.options.betterProtos;