isAbsent property

bool get isAbsent

Whether this is AbsentField.

Implementation

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