InlineObject26 class abstract

InlineObject26

Properties:

  • from - The current authentication type for the matched users.
  • matchField - Foreign user field name to match.
  • force

Constructors

InlineObject26([void updates(InlineObject26Builder b)])
factory

Properties

force bool
no setter
from String
The current authentication type for the matched users.
no setter
hashCode int
The hash code for this object.
no setterinherited
matchField String
Foreign user field name to match.
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(InlineObject26Builder)) InlineObject26
Rebuilds the instance.
inherited
toBuilder() InlineObject26Builder
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<InlineObject26>
no setter