urlFile property

Uri Function(String u) urlFile
getter/setter pair

Implementation

static var urlFile = (String u) => Uri.parse(
      rxpUrl.hasMatch(u) ? u : "$http/uploads/$u",
    );