IntegrationApplication class

Information about an integration's application.

Properties

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

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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