Post<C extends Cell, N extends Tag> constructor
Creates a new post with the given source and event data.
Parameters:
from
: The originating cell of this notificationbody
: A map of events and their associated data payloads
Implementation
Post({required this.from, required Map<N,Iterable> body})
: super(Map<N,Iterable>.unmodifiable(body));