APIConfigReportCategories class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

APIConfigReportCategories.new({required ReportCategory avatar, ReportCategory? avatarpage, required ReportCategory behavior, required ReportCategory chat, ReportCategory? emoji, required ReportCategory environment, required ReportCategory groupstore, required ReportCategory image, required ReportCategory text, ReportCategory? sticker, required ReportCategory warnings, required ReportCategory worldimage, required ReportCategory worldstore})
Returns a new APIConfigReportCategories instance.
APIConfigReportCategories.fromJson(Map<String, dynamic> json)
factory

Properties

avatar ReportCategory
final
avatarpage ReportCategory?
final
behavior ReportCategory
final
chat ReportCategory
final
emoji ReportCategory?
final
environment ReportCategory
final
groupstore ReportCategory
final
hashCode int
The hash code for this object.
no setteroverride
image ReportCategory
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sticker ReportCategory?
final
text ReportCategory
final
warnings ReportCategory
final
worldimage ReportCategory
final
worldstore ReportCategory
final

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

Operators

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