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