activeTurnDetection property
String
get
activeTurnDetection
Implementation
String get activeTurnDetection => _activeModel?.turnDetection == 'automatic' ? 'automatic' : 'none';
String get activeTurnDetection => _activeModel?.turnDetection == 'automatic' ? 'automatic' : 'none';