Manure constructor

Manure({
  1. String code = '',
  2. String name = '',
  3. String value = '',
})

Implementation

Manure({
  this.code = '',
  this.name = '',
  this.value = '',
});