BuildResult constructor
BuildResult({
- required String header,
- required Map<
I18nLocale, String> translations, - required String? flatMap,
Implementation
BuildResult({
required this.header,
required this.translations,
required this.flatMap,
});