ExtNotification.fromJson constructor

ExtNotification.fromJson(
  1. Object? value
)

Implementation

factory ExtNotification.fromJson(Object? value) =>
    _extNotificationCodec.decode(value);