maxAge property

int? maxAge
getter/setter pair

Maximum age to include.

A maximum age need not be specified. If specified, max_age must be greater than min_age, and allowed values are 24, 34, 44, 54, and 64.

Implementation

core.int? maxAge;