head property

void head=(List<String> value)

头像

Implementation

set head(List<String> value) => data['head'] = DbQueryField.toBaseType(value);