APIPayload mixin
Base class for payload.
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPayload → bool
-
Returns
true
if payload is notnull
.no setter - payload → dynamic
-
The payload.
no setter
- payloadFileExtension → String?
-
The payload usual file name extension.
no setter
- payloadLength → int
-
Returns the payload length.
no setter
- payloadMimeType → MimeType?
-
The payload MIME Type.
no setter
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
resolveMimeType(
Object? mimeType) → MimeType?