toJS property
JSGetBalanceParameters
get
toJS
Implementation
JSGetBalanceParameters get toJS => JSGetBalanceParameters(
address: address.toJS,
blockNumber: blockNumber?.toJS,
blockTag: blockTag?.toJS,
chainId: chainId?.toJS,
token: token?.toJS,
unit: unit?.toJS,
);