maxAge property Null safety

int? maxAge
read / write

The number of seconds until the cookie expires. A zero or negative value means the cookie has expired.

Implementation

int? maxAge;