CaptchaGeneralLib class

Constructors

CaptchaGeneralLib()

Properties

animalEmoji List<Map<String, String>>
getter/setter pair
default_words List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

animalCaptcha({List<Map>? emojis, int captchaLength = 5, Duration timeOut = const Duration(minutes: 1)}) CaptchaResult
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
randomByDatas<T>(List<T> datas) → T
toString() String
A string representation of this object.
inherited
words({List<String>? words, int captchaLength = 5, Duration timeOut = const Duration(minutes: 1)}) CaptchaWord

Operators

operator ==(Object other) bool
The equality operator.
inherited