UpdateProperties constructor

UpdateProperties({
  1. bool? active,
  2. bool? autoDiscardable,
  3. bool? highlighted,
  4. bool? muted,
  5. int? openerTabId,
  6. bool? pinned,
  7. String? url,
})

Implementation

external factory UpdateProperties(
    {bool? active,
    bool? autoDiscardable,
    bool? highlighted,
    bool? muted,
    int? openerTabId,
    bool? pinned,
    String? url});