genderMap top-level constant

Map<String, String> const genderMap

性别,对应阴阳,男为阳,女为阴

Implementation

const Map<String, String> genderMap = {'male': "阳", 'female': '阴'};