country property

void country=(String value)

国家

Implementation

set country(String value) => data['country'] = DbQueryField.toBaseType(value);