phone property

Pattern get phone

手机号

Implementation

static Pattern get phone => RegExp(r"(0|86|17951)?(1[0-9][0-9])[0-9]{8}");