index property
      
      Bip32KeyIndex
      get
      index
      
    
    
Gets the current index of this key.
Implementation
Bip32KeyIndex get index {
  return _pubKey.keyData.index;
}Gets the current index of this key.
Bip32KeyIndex get index {
  return _pubKey.keyData.index;
}