error property

String? error

Implementation

String? get error =>
    this is InvalidFlexiDate ? (this as InvalidFlexiDate).message : null;