Platform constructor
Platform({})
Implementation
Platform({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.name,
required this.type,
required this.key,
required this.store,
required this.hostname,
required this.httpUser,
required this.httpPass,
});