inclusiveOptions property

List<AtomicGender> get inclusiveOptions

Implementation

static List<AtomicGender> get inclusiveOptions => [
  male,
  female,
  nonBinary,
  preferNotToSay,
];