seedHex property

String? seedHex

Implementation

String? get seedHex => seed != null ? HEX.encode(seed!) : null;