address method

void address(
  1. String address
)

The address of the blockchain node.

A new address will be defined if none is provided.

Implementation

void address(String address) => _address = address;