base64 property

RegExp base64
final

Base64 string

Implementation

static final RegExp base64 = RegExp(r'^[A-Za-z0-9+/]*={0,2}$');