SerDeInfo constructor

SerDeInfo({
  1. String? serializationLib,
})

Implementation

SerDeInfo({
  this.serializationLib,
});