birth property

void birth=(String value)

生日

Implementation

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