AgentNotification.fromMap constructor

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

Implementation

factory AgentNotification.fromMap(Map<Object?, Object?> value) =>
    _agentNotificationCodec.decode(value);