isOnData property

bool isOnData

A test to determine if this Notification wraps an onData event

Implementation

bool get isOnData => kind == Kind.OnData;