ImageFileContent.from constructor

ImageFileContent.from(
  1. TransportableData? data,
  2. String? filename,
  3. Uri? url,
  4. DecryptKey? password,
)

Implementation

ImageFileContent.from(TransportableData? data, String? filename,
    Uri? url, DecryptKey? password)
    : super.from(ContentType.IMAGE, data, filename, url, password);