CancelNotification.fromMap constructor

CancelNotification.fromMap(
  1. Map<Object?, Object?> value
)

Implementation

factory CancelNotification.fromMap(Map<Object?, Object?> value) =>
    _cancelNotificationCodec.decode(value);