VerificationAttemptResponseModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

VerificationAttemptResponseModel({required String text, required int dateUnix, required bool accepted, required double similarity, required double levenshteinDistance, dynamic recording})
const
VerificationAttemptResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

accepted bool
final
dateUnix int
final
hashCode int
The hash code for this object.
no setteroverride
levenshteinDistance double
final
recording → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
similarity double
final
text String
final

Methods

copyWith({String? text, int? dateUnix, bool? accepted, double? similarity, double? levenshteinDistance, dynamic recording}) VerificationAttemptResponseModel

Available on VerificationAttemptResponseModel, provided by the $VerificationAttemptResponseModelExtension extension

copyWithWrapped({Wrapped<String>? text, Wrapped<int>? dateUnix, Wrapped<bool>? accepted, Wrapped<double>? similarity, Wrapped<double>? levenshteinDistance, Wrapped? recording}) VerificationAttemptResponseModel

Available on VerificationAttemptResponseModel, provided by the $VerificationAttemptResponseModelExtension extension

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.
override

Operators

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

Constants

fromJsonFactory → const VerificationAttemptResponseModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(VerificationAttemptResponseModel instance)