menu
cardinal_sdk package
documentation
auth/captcha_options.dart
CaptchaOptions
encode static method
encode static method
dark_mode
light_mode
encode
static method
Map
<
String
,
dynamic
>
encode
(
CaptchaOptions
value
)
Implementation
static Map<String, dynamic> encode(CaptchaOptions value) { return Map.unmodifiable(value._json); }
cardinal_sdk package
documentation
auth/captcha_options
CaptchaOptions
encode static method
CaptchaOptions class