from static method

  1. @deprecated
DateComponents from(
  1. dynamic input
)
override

Implementation

@deprecated
static DateComponents from(input) => _fromFlexiDate(FlexiDate.from(input))!;