InlineObject56 class abstract

InlineObject56

Properties:

  • channelId - The channel ID that is being viewed. Use a blank string to indicate that all channels have lost focus.
  • prevChannelId - The channel ID of the previous channel, used when switching channels. Providing this ID will cause push notifications to clear on the channel being switched to.

Constructors

InlineObject56([void updates(InlineObject56Builder b)])
factory

Properties

channelId String
The channel ID that is being viewed. Use a blank string to indicate that all channels have lost focus.
no setter
hashCode int
The hash code for this object.
no setterinherited
prevChannelId String?
The channel ID of the previous channel, used when switching channels. Providing this ID will cause push notifications to clear on the channel being switched to.
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(InlineObject56Builder)) InlineObject56
Rebuilds the instance.
inherited
toBuilder() InlineObject56Builder
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<InlineObject56>
no setter