parseAddress abstract method
Parses a string representation into an Address instance.
address is the string representation of an address.
Returns an Address instance if parsing succeeds, null otherwise.
Implementation
Address? parseAddress(String address);