InlineObject47 class abstract

InlineObject47

Properties:

  • id - The channel's id, not updatable
  • name - The unique handle for the channel, will be present in the channel URL
  • displayName - The non-unique UI name for the channel
  • purpose - A short description of the purpose of the channel
  • header - Markdown-formatted text to display in the header of the channel

Constructors

InlineObject47([void updates(InlineObject47Builder b)])
factory

Properties

displayName String?
The non-unique UI name for the channel
no setter
hashCode int
The hash code for this object.
no setterinherited
Markdown-formatted text to display in the header of the channel
no setter
id String
The channel's id, not updatable
no setter
name String?
The unique handle for the channel, will be present in the channel URL
no setter
purpose String?
A short description of the purpose of the channel
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(InlineObject47Builder)) InlineObject47
Rebuilds the instance.
inherited
toBuilder() InlineObject47Builder
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<InlineObject47>
no setter