yearOfBirth property

void yearOfBirth=(int value)

The year of birth of the user.

Set this property to zero or a less than zero to clear this value.

Implementation

set yearOfBirth(int value) {
  _channel.invokeMethod('setTargetingDataYearOfBirth', {
    'value': value,
  });
}