city property

void city=(String value)

城市

Implementation

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