genderCN top-level constant

Map<String, String> const genderCN

Implementation

const Map<String, String> genderCN = {
  male: '男',
  female: '女',
};