StatusParser class abstract interface

Used to parse google.protobuf.Status.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(Uint8List data) Status
Parse the given bytes in to Status. The given bytes will be the serialized form of a google.rpc.Status Protobuf message.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited