isSecure property

bool? isSecure
getter/setter pair

Indicates if the cookie is secure or not.

NOTE: on Android it will be always null.

Implementation

bool? isSecure;