parse static method

  1. @deprecated
DateComponents parse(
  1. String toParse
)

Implementation

@deprecated
static DateComponents parse(String toParse) =>
    _fromFlexiDate(FlexiDate.parse(toParse))!;