PlatformApple constructor
PlatformApple({})
Implementation
PlatformApple({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.name,
required this.type,
required this.bundleIdentifier,
});