PersistMessageRequest class
- Inheritance
-
- Object
- Message
- MessageRequest<
PersistMessageResponse> - PersistMessageRequest
Constructors
-
PersistMessageRequest({required ValueStore<
String> resolver, required List<FilePersistDocument> docs})
Properties
-
docs
→ List<
FilePersistDocument> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
finalinherited
-
resolver
→ ValueStore<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
error(
String text) → ErrorMessageResponse -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
success(
) → PersistMessageResponse -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited