decode method
Decodes a JSON-compatible wire value.
Implementation
@override
ExtNotification decode(Object? value) => ExtNotification.fromJson(value);
Decodes a JSON-compatible wire value.
@override
ExtNotification decode(Object? value) => ExtNotification.fromJson(value);