NotificationSnapshot constructor

const NotificationSnapshot({
  1. @JsonKey(name: 'notifications') required PositionMarker marker,
})

Implementation

const factory NotificationSnapshot({
  /// Snapshot for notifications.
  @JsonKey(name: 'notifications') required PositionMarker marker,
}) = _NotificationSnapshot;