CreateProperties constructor

CreateProperties({
  1. bool? active,
  2. int index,
  3. int? openerTabId,
  4. bool? pinned,
  5. String? url,
  6. String? windowId,
})

Implementation

external factory CreateProperties(
    {bool? active,
    int index,
    int? openerTabId,
    bool? pinned,
    String? url,
    String? windowId});