genderEN top-level constant

Map<String, String> const genderEN

Implementation

const Map<String, String> genderEN = {male: 'Male', female: 'Female'};