GetSemanticsIdResult class
The result of a GetSemanticsId command.
Constructors
- GetSemanticsIdResult(int id)
-
Creates a new GetSemanticsId result.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this message to a JSON map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → GetSemanticsIdResult - Deserializes this result from JSON.