SlideCaptchaModel class

Constructors

SlideCaptchaModel.new({String? captchaId, String? captchaKey, int? displayX, int? displayY, int? masterHeight, Uint8List? masterImageBase64, int? masterWidth, int? thumbHeight, Uint8List? thumbImageBase64, int? thumbSize, int? thumbWidth})
SlideCaptchaModel.fromJson(dynamic json)

Properties

captchaId String?
no setter
captchaKey String?
no setter
displayX int?
no setter
displayY int?
no setter
hashCode int
The hash code for this object.
no setterinherited
masterHeight int?
no setter
masterImageBase64 Uint8List?
no setter
masterWidth int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbHeight int?
no setter
thumbImageBase64 Uint8List?
no setter
thumbSize int?
no setter
thumbWidth int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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