tryFrom static method

  1. @deprecated
DateComponents? tryFrom(
  1. dynamic input
)
override

Implementation

@deprecated
static DateComponents? tryFrom(input) =>
    _fromFlexiDate(FlexiDate.tryFrom(input));