frameAvailable property
bool
get
frameAvailable
If there is a facial frame available. Returns true if available, false otherwise
Implementation
bool get frameAvailable => _map["frameAvailable"] as bool;
If there is a facial frame available. Returns true if available, false otherwise
bool get frameAvailable => _map["frameAvailable"] as bool;