ChangeInfo class

Annotations
  • @JS()
  • @anonymous

Constructors

ChangeInfo({bool? audible, bool? autoDiscardable, bool? discarded, bool? favIconUrl, int? groupId, MutedInfo? mutedInfo, bool? pinned, TabStatus? status, String? title, String? url})
factory

Properties

audible bool?
no setter
autoDiscardable bool?
no setter
discarded bool?
no setter
favIconUrl bool?
no setter
groupId int?
no setter
hashCode int
The hash code for this object.
no setterinherited
mutedInfo MutedInfo?
no setter
pinned bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TabStatus?
no setter
title String?
no setter
url String?
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