fromJson static method

  1. @deprecated
DateComponents? fromJson(
  1. dynamic json
)

Implementation

@deprecated
static DateComponents? fromJson(json) =>
    _fromFlexiDate(FlexiDate.fromJson(json));