chainId property

  1. @deprecated
String chainId

Returns a hexadecimal string representing the current chain ID.

Deprecated, Consider using getChainId instead.

Implementation

@deprecated
String get chainId => impl.chainId;