SerdesJson constructor

const SerdesJson({
  1. bool convertToSnakeCase = false,
  2. bool toJson = true,
  3. bool fromJson = true,
  4. bool toStringJson = true,
  5. bool fromStringJson = true,
  6. String endsWith = 'Scheme',
})

Implementation

const SerdesJson({
  this.convertToSnakeCase = false,
  this.toJson = true,
  this.fromJson = true,
  this.toStringJson = true,
  this.fromStringJson = true,
  this.endsWith = 'Scheme',
});