Options constructor
Options({})
Constructor with named parameters and default values
Implementation
Options({
this.path = '/',
this.domain,
int? maxAge,
this.secure,
this.httpOnly,
this.partitioned,
this.sameSite,
}) : _maxAge = maxAge;