MAC.
@override Mac get mac { final mac = _mac; if (mac == null) { throw StateError('convert() has not been called.'); } return mac; }