email property

void email=(String value)

邮箱

Implementation

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