clone method
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,
);
Creates a copy of Options with all fields
Options clone() => Options(
path: path,
domain: domain,
maxAge: _maxAge,
secure: secure,
httpOnly: httpOnly,
partitioned: partitioned,
sameSite: sameSite,
);