clone method

Options clone()

Creates a copy of Options with all fields

Implementation

Options clone() => Options(
  path: path,
  domain: domain,
  maxAge: _maxAge,
  secure: secure,
  httpOnly: httpOnly,
  partitioned: partitioned,
  sameSite: sameSite,
);