EpochTimeExtractor constructor

EpochTimeExtractor({
  1. required List<String> inputFormats,
})

Implementation

EpochTimeExtractor({
  required this.inputFormats,
}) : super(ExtractorTypes.EPOCH_TIME_CONVERTER);