Back to Flutter Boost

CommonParams class

doc/api/messages/CommonParams-class.html

5.0.22.6 KB
Original Source

CommonParams class

Constructors

CommonParams()

Properties

argumentsMap<Object, Object> read / write hashCodeint The hash code for this object. [...] read-only, inherited keyString read / write opaquebool read / write pageNameString read / write runtimeTypeType A representation of the runtime type of the object. read-only, inherited uniqueIdString read / write

Methods

encode() → Object noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited toString() → String A string representation of this object. [...] inherited

Operators

operator ==(Object other) → bool The equality operator. [...] inherited

Static Methods

decode(Object message) → CommonParams