ExtNotification.fromJson constructor
ExtNotification.fromJson(
- Object? json
Decodes a union payload.
Implementation
factory ExtNotification.fromJson(Object? json) =>
ExtNotification(AcpJsonValue.fromObject(json));