nick property

void nick=(String value)

昵称

Implementation

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