isAbsent property
bool
get
isAbsent
Whether this field was absent on the wire.
Implementation
bool get isAbsent => this is AcpFieldAbsent<T>;
Whether this field was absent on the wire.
bool get isAbsent => this is AcpFieldAbsent<T>;