isInbound property

bool? get isInbound

Property getter and setter for isInbound:

Implementation

bool? get isInbound;
set isInbound (bool? isInbound)

Implementation

set isInbound(bool? isInbound);