LocalFile constructor

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

Class for handling local files and real data.

ローカルのファイルと実データを扱うためのクラス。

Implementation

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