DeliveryStatus class Null safety
Represents delivery status of channel
- Implemented types
- Available Extensions
- Annotations
-
- @JsonSerializable(createToJson: false)
Constructors
-
DeliveryStatus({required String channelUrl, Map<
String, int> updatedDeliveryReceipt = const {}}) -
DeliveryStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelUrl → String
-
final
- dirty ↔ bool
-
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- key → String
-
read-onlyoverride
- primaryKey → String
-
read-onlyoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
updatedDeliveryReceipt
↔ Map<
String, int> -
read / write
Methods
-
copyWith(
dynamic others) → void -
override
-
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