toJson method
Convert to JSON encodable. Returns hex string.
This method is used by default by dart:convert's JsonEncoder.
Implementation
@override
toJson() => toHex();
Convert to JSON encodable. Returns hex string.
This method is used by default by dart:convert's JsonEncoder.
@override
toJson() => toHex();