call method

String? call(
  1. String? mac
)

Valid - returns null - if mac is either a well-formed MAC Address or null.

Implementation

String? call(String? mac) => _macAddrVal(mac);