ChangeInfo constructor

ChangeInfo({
  1. bool? audible,
  2. bool? autoDiscardable,
  3. bool? discarded,
  4. bool? favIconUrl,
  5. int? groupId,
  6. MutedInfo? mutedInfo,
  7. bool? pinned,
  8. TabStatus? status,
  9. String? title,
  10. String? url,
})

Implementation

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