flexiDateOf function

FlexiDate? flexiDateOf(
  1. dynamic dyn
)

Implementation

FlexiDate? flexiDateOf(dyn) {
  return FlexiDate.tryFrom(dyn);
}