BundleEntity constructor
BundleEntity({})
Implementation
BundleEntity(
{required this.projectId,
required this.translationVersion,
required this.appVersion,
required this.translations});
BundleEntity(
{required this.projectId,
required this.translationVersion,
required this.appVersion,
required this.translations});