ThreadMembersViewArguments class

Implemented types

Constructors

ThreadMembersViewArguments({required ChatThread thread, bool enableAppBar = true, ChatUIKitAppBarModel? appBarModel, ThreadMembersViewController? controller, String? attributes, ChatUIKitViewObserver? viewObserver, ChatUIKitAppBarActionsBuilder? appBarTrailingActionsBuilder})

Properties

appBarModel ChatUIKitAppBarModel?
final
appBarTrailingActionsBuilder ChatUIKitAppBarActionsBuilder?
final
attributes String?
getter/setter pairoverride
controller ThreadMembersViewController?
final
enableAppBar bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thread ChatThread
final
viewObserver ChatUIKitViewObserver?
getter/setter pairoverride

Methods

copyWith({ChatThread? thread, ThreadMembersViewController? controller, String? attributes, bool? enableAppBar, ChatUIKitAppBarModel? appBarModel, ChatUIKitViewObserver? viewObserver}) ThreadMembersViewArguments
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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