name property

void name=(String value)

真实姓名

Implementation

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