failIfNotExists property

bool? failIfNotExists
final

when sending, whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message, default true

is not always returned, hence the nullable property

Implementation

final bool? failIfNotExists;