SteamFieldExtensions extension

Extensions on SteamParam to generate ffi code

on

Methods

generate({required IOSink fileSink, bool withDart = false, bool withFunctionDart = false, bool withFunctionC = false, bool withName = false, bool withCaller = false}) → void

Available on SteamParam, provided by the SteamFieldExtensions extension

Generates necessary code for a SteamParam
generateImport({required IOSink fileSink, Set<String> enumSet = const {}, Set<String> structSet = const {}, Set<String> callbackStructSet = const {}, Set<String> interfaceSet = const {}}) → void

Available on SteamParam, provided by the SteamFieldExtensions extension

Generates necessary imports for a SteamParam
generateString({bool withDart = false, bool withFunctionDart = false, bool withFunctionC = false, bool withName = false, bool withCaller = false}) String

Available on SteamParam, provided by the SteamFieldExtensions extension

Generates necessary code for a SteamParam as String