InlineObject93 class abstract

InlineObject93

Properties:

  • id - The id of the client application
  • name - The name of the client application
  • description - A short description of the application
  • callbackUrls - A list of callback URLs for the appliation
  • homepage - A link to the website of the application
  • iconUrl - A URL to an icon to display with the application
  • isTrusted - Set this to true to skip asking users for permission. It will be set to false if value is not provided.

Constructors

InlineObject93([void updates(InlineObject93Builder b)])
factory

Properties

callbackUrls → BuiltList<String>
A list of callback URLs for the appliation
no setter
description String
A short description of the application
no setter
hashCode int
The hash code for this object.
no setterinherited
homepage String
A link to the website of the application
no setter
iconUrl String?
A URL to an icon to display with the application
no setter
id String
The id of the client application
no setter
isTrusted bool?
Set this to true to skip asking users for permission. It will be set to false if value is not provided.
no setter
name String
The name of the client application
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject93Builder)) InlineObject93
Rebuilds the instance.
inherited
toBuilder() InlineObject93Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<InlineObject93>
no setter