customEncode property

String? Function(T val)? customEncode
final

customize encode function, returning null indicates removing the key from storage

Implementation

final String? Function(T val)? customEncode;