EntityFake constructor

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

Implementation

const EntityFake({this.value = 'initial'});