phone property

void phone=(String value)

手机号码

Implementation

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