isOnData property

bool get isOnData

A test to determine if this Notification wraps an onData event

Implementation

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