isFlexible property

  1. @override
bool get isFlexible
override

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;