image property

Pattern image
getter/setter pair

Image regex 图像正则表达式

Implementation

static Pattern image = r'.(jpeg|jpg|gif|png|bmp)$';