basicOptions property

List<AtomicGender> get basicOptions

Implementation

static List<AtomicGender> get basicOptions => [
  male,
  female,
];