chainId property

  1. @deprecated
String get chainId

Returns a hexadecimal string representing the current chain ID.

Deprecated, Consider using getChainId instead.

Implementation

@deprecated
String get chainId => impl.chainId;