attentionType property
      
      AttentionType?
      get
      attentionType
      
    
    
attention type to use for embeddings
Implementation
AttentionType? get attentionType => _attentionType;
      
      set
      attentionType
      (AttentionType? value) 
      
    
    
    
Implementation
set attentionType(AttentionType? value) {
  _attentionType = value;
  notifyListeners();
}