LogoutResponse class abstract
It conveys the result of the Logout. Content of the Logout Response message.
Properties:
- response - Result of a message request processing.
- Annotations
-
- @BuiltValue.new()
Constructors
- LogoutResponse([void updates(LogoutResponseBuilder b)])
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(LogoutResponseBuilder)) → LogoutResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → LogoutResponseBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
LogoutResponse> -
no setter