isTV static method

bool isTV([
  1. Size? size
])

Implementation

static bool isTV([Size? size]) => getType(size) == DeviceScreenType.TV;