HiveJsonSerDe constructor

HiveJsonSerDe({
  1. List<String>? timestampFormats,
})

Implementation

HiveJsonSerDe({
  this.timestampFormats,
});