GetSemanticsIdResult class Null safety
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 non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this message to a JSON map.
override
-
toString(
) → String -
Returns 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.