PartialApplication class
A partial Application object.
- Implementers
Properties
- emojis → ApplicationEmojiManager
-
An ApplicationEmojiManager for this application's Emojis.
no setter
- entitlements → EntitlementManager
-
An EntitlementManager for this application's Entitlements.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → Snowflake
-
The ID of this application.
final
- manager → ApplicationManager
-
The manager for this application.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skus → SkuManager
-
An SkuManager for this application's Skus.
no setter
Methods
-
defaultToString(
) → String -
Same as
toString
, but only called when dart:mirrors is not available.inherited -
fetchRoleConnectionMetadata(
) → Future< List< ApplicationRoleConnectionMetadata> > - Fetch this application's role connection metadata.
-
listSkus(
) → Future< List< Sku> > - List this application's SKUs.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateRoleConnectionMetadata(
) → Future< List< ApplicationRoleConnectionMetadata> > - Update and fetch this application's role connection metadata.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited