isData property

bool isData

A test to determine if this StreamNotification wraps a data event.

Implementation

bool get isData => kind == NotificationKind.data;