ApplicationVersion constructor
ApplicationVersion({})
Implementation
ApplicationVersion({
required this.id,
required this.applicationId,
required this.application,
required this.name,
required this.description,
required this.token,
required this.version,
required this.platform,
required this.updateRequired,
});