menu
bdaya_shared_value package
documentation
bdaya_shared_value.dart
SharedValue<T>
customEncode property
customEncode property
dark_mode
light_mode
customEncode
property
String
Function
(
T
val
)
?
customEncode
final
customize encode function
Implementation
final String Function(T val)? customEncode;
bdaya_shared_value package
documentation
bdaya_shared_value
SharedValue<T>
customEncode property
SharedValue class