isTvDevice property

bool get isTvDevice

Check if this is a TV device response (no config)

Implementation

bool get isTvDevice => config == null && loginResponse == null;