SteamAccessor class
Accessor field of SteamInterfaces
- Available extensions
Constructors
-
SteamAccessor.fromJson(Map<
String, dynamic> json) - Creates a SteamAccessor from json
Properties
- friendlyName → String
-
Available on SteamAccessor, provided by the SteamAccessorExtensions extension
darty name of a steam accessor nameno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String
-
kind of accessor
getter/setter pair
- name ↔ String
-
name of accessor
getter/setter pair
- nameFlat ↔ String
-
flat name of accessor in order to lookup symbol in the library
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generate(
{required IOSink fileSink, required String interface}) → void -
Available on SteamAccessor, provided by the SteamAccessorExtensions extension
Generates necessary code for a SteamAccessor -
generateLookup(
{required IOSink fileSink, required String interface}) → void -
Available on SteamAccessor, provided by the SteamAccessorExtensions extension
Generates necessary code for lookup functions for SteamAccessor -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited