deviceTokenBlackBerryPush property

DeviceTokenBlackBerryPush? deviceTokenBlackBerryPush

A token for BlackBerry Push Service

Implementation

DeviceTokenBlackBerryPush? get deviceTokenBlackBerryPush {
  if (this is DeviceTokenBlackBerryPush) {
    return this as DeviceTokenBlackBerryPush;
  }
  return null;
}