from static method

FlexiDate? from(
  1. dynamic input
)

Implementation

static FlexiDate? from(dynamic input) => FlexiDateParser.from(input);