address property Null safety

void address=(String? address)

Implementation

set address(String? address) => _address = address;