newMessageThreshold constant

Duration const newMessageThreshold

Duration indicating whether the difference between ChatItem.at and DateTime.now is small enough to show a new message notification.

Implementation

static const Duration newMessageThreshold = Duration(seconds: 30);