isDataUri static method

bool isDataUri(
  1. String uri
)

Implementation

static bool isDataUri(String uri) => _schema(uri) == 'data';