DartLocalizationBuilder constructor

DartLocalizationBuilder(
  1. {bool nullSafety = true,
  2. bool jsonParser = true}
)

Implementation

DartLocalizationBuilder({
  this.nullSafety = true,
  this.jsonParser = true,
});