Code constructor

const Code({
  1. String value = '',
})

Implementation

const Code({
  this.value = '',
});