ageRange property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? ageRange
getter/setter pair

DEPRECATED (Please use person.ageRanges instead) The person's age range.

Output only. Possible string values are:

  • "AGE_RANGE_UNSPECIFIED" : Unspecified.
  • "LESS_THAN_EIGHTEEN" : Younger than eighteen.
  • "EIGHTEEN_TO_TWENTY" : Between eighteen and twenty.
  • "TWENTY_ONE_OR_OLDER" : Twenty-one and older.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? ageRange;