encode static method

Map<String, dynamic> encode(
  1. CaptchaOptions value
)

Implementation

static Map<String, dynamic> encode(CaptchaOptions value) {
  return Map.unmodifiable(value._json);
}