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