hasConfiguration property

bool hasConfiguration

Whether a configuration has been set.

This must be true before calling prepareInitialFrame.

Implementation

bool get hasConfiguration => _configuration != null;