GroupOptions class

Constructors

GroupOptions({required Object tabIds, int? groupId, GroupOptionsCreateProperties? createProperties})
GroupOptions.fromJS(GroupOptions _wrapped)

Properties

createProperties GroupOptionsCreateProperties?
Configurations for creating a group. Cannot be used if groupId is already specified.
getter/setter pair
groupId int?
The ID of the group to add the tabs to. If not specified, a new group will be created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabIds Object
The tab ID or list of tab IDs to add to the specified group.
getter/setter pair
toJS → GroupOptions
no setter

Methods

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