DateTimeEpochConverterNullable constructor

const DateTimeEpochConverterNullable({
  1. required bool isUtc,
})

Implementation

const DateTimeEpochConverterNullable({required this.isUtc});