FileDataUrl constructor

const FileDataUrl({
  1. required String url,
})

Implementation

const FileDataUrl({required this.url});