Entry constructor

Entry(
  1. String lang, {
  2. required bool isRequired,
})

Implementation

Entry(this.lang, {required this.isRequired});