Identifiable constructor

const Identifiable({
  1. String? value,
})

Implementation

const Identifiable({
  this.value
});