fileNameFromUrl constant

String const fileNameFromUrl

Implementation

static const String fileNameFromUrl = r'(?:[^/][\d\w\.-]+)$(?<=\.\w{3,4})';