SteamParam constructor
Creates a SteamParam. This constructor is used for manual SteamParam creation
Implementation
SteamParam({
required this.name,
required this.type,
this.typeFlat = "",
});
Creates a SteamParam. This constructor is used for manual SteamParam creation
SteamParam({
required this.name,
required this.type,
this.typeFlat = "",
});