isReliable property

bool get isReliable

Implementation

bool get isReliable => (flags & AtemPacketFlags.reliable) != 0;