notNullMessage property

String? notNullMessage
final

Defines an optional message to be thrown as an explanation to why is this field needs to be not NULL in incoming JSON payload object If this message is provided it's treated as if notNull is set to true

Implementation

final String? notNullMessage;