FormBuilderEntity constructor

const FormBuilderEntity({
  1. bool shouldBePopulatedWithEntity = false,
})

Implementation

const FormBuilderEntity(
    {this.shouldBePopulatedWithEntity = false});