$GenderTargetingOptionDetails.fromJson constructor
$GenderTargetingOptionDetails.fromJson(
- Map json_
Implementation
$GenderTargetingOptionDetails.fromJson(core.Map json_)
: this(
gender: json_['gender'] as core.String?,
);