Installation constructor
Installation({})
Implementation
Installation({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.provider,
required this.organization,
required this.providerInstallationId,
});