customDecode property

T Function(String? val)? customDecode
final

customize decode function, null idicates the key not existing in storage

Implementation

final T Function(String? val)? customDecode;