DateTimeSerializerPlugin constructor

DateTimeSerializerPlugin({
  1. bool applyEncode = true,
  2. bool applyDecode = true,
  3. bool nullOnInvalid = true,
})

Implementation

DateTimeSerializerPlugin({
  this.applyEncode = true,
  this.applyDecode = true,
  this.nullOnInvalid = true,
});