Bundle.empty constructor

Bundle.empty({
  1. required String projectId,
  2. required String appVersion,
})

Implementation

Bundle.empty({
  required this.projectId,
  required this.appVersion,
})  : translationVersion = 0,
      languageBundles = [];