nonceToString property
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;
Converts the nonce to a string.
Default implementation uses SerializationManager.encode to convert most
known basic types to strings.
late final String Function(T nonce) nonceToString;