withName method

Ens withName(
  1. String? _name
)

Implementation

Ens withName(String? _name) {
  _ensName = _name;
  return this;
}