SteamMethod constructor
SteamMethod({})
Creates a SteamMethod. This constructor is used for manual SteamMethod creation
Implementation
SteamMethod({
required this.name,
required this.nameFlat,
required this.returnType,
this.params = const [],
this.returnTypeFlat = "",
this.callResult = "",
this.callback = "",
});