ClientNotification.fromMap constructor

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

Implementation

factory ClientNotification.fromMap(Map<Object?, Object?> value) =>
    _clientNotificationCodec.decode(value);