isInbound property

bool? isInbound

Property getter and setter for isInbound:

Implementation

bool? get isInbound;
void isInbound=(bool? isInbound)

Implementation

set isInbound(bool? isInbound);