InlineObject48 class abstract

InlineObject48

Properties:

  • 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

InlineObject48([void updates(InlineObject48Builder 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
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(InlineObject48Builder)) InlineObject48
Rebuilds the instance.
inherited
toBuilder() InlineObject48Builder
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<InlineObject48>
no setter