menu
jotform package
documentation
hooks.dart
StringIntHook
afterEncode method
afterEncode method
dark_mode
light_mode
afterEncode
method
Object
?
afterEncode
(
Object
?
value
)
inherited
Receives the encoded value after encoding.
Implementation
Object? afterEncode(Object? value) => value;
jotform package
documentation
hooks
StringIntHook
afterEncode method
StringIntHook class