gender property

bool? get gender

Implementation

bool? get gender => (_$data['gender'] as bool?);