isFlexible property
Whether the result is a FlexiDate
. If true, then flexiDate should not be null. If false, then resultDate
should not be null
Implementation
@override
bool get isFlexible => delegate.isFlexible;
Whether the result is a FlexiDate
. If true, then flexiDate should not be null. If false, then resultDate
should not be null
@override
bool get isFlexible => delegate.isFlexible;