IntegrationApplication class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

IntegrationApplication({required String id, required String name, String? icon, required String description, required String summary, User? bot})
Constructor
IntegrationApplication.fromJson(Map<String, dynamic> json)
From json
factory

Properties

bot User?
the bot associated with this application
final
description String
the description of the app
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
the icon hash of the app
final
id String
the id of the app
final
name String
the name of the app
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String
the summary of the app
final

Methods

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

Operators

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