BuildResult constructor

BuildResult({
  1. required String header,
  2. required Map<I18nLocale, String> translations,
  3. required String? flatMap,
})

Implementation

BuildResult({
  required this.header,
  required this.translations,
  required this.flatMap,
});