Antispam class

Constructors

Antispam({String? dataId, String? riskDescription, int? suggestion, int? censorType, bool? isRelatedHit, int? label, int? censorTime, String? secondLabel, int? resultType, String? taskId, int? hitSource, List<LabelItem>? labels})
Antispam.fromJson(Map<String, dynamic> json)
factory

Properties

censorTime int?
getter/setter pair
censorType int?
getter/setter pair
dataId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hitSource int?
getter/setter pair
isRelatedHit bool?
getter/setter pair
label int?
getter/setter pair
labels List<LabelItem>?
getter/setter pair
resultType int?
getter/setter pair
riskDescription String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondLabel String?
getter/setter pair
suggestion int?
getter/setter pair
taskId String?
getter/setter pair

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