nonceToString property

String Function(T nonce) nonceToString
latefinal

Converts the nonce to a string.

Default implementation uses SerializationManager.encode to convert most known basic types to strings.

Implementation

late final String Function(T nonce) nonceToString;