isAbsent property

bool get isAbsent

Whether this field was absent on the wire.

Implementation

bool get isAbsent => this is AcpFieldAbsent<T>;