RemoteFile constructor

const RemoteFile({
  1. Uri? path,
  2. Uint8List? bytes,
})

Class for handling remote files and real data.

リモートのファイルと実データを扱うためのクラス。

Implementation

const RemoteFile({super.path, super.bytes}) : super._();