direct property

bool direct
final

true if you want to download directly from the URL when the app is launched.

If false, build_runner will embed CSV data into the source code.

アプリ起動時に直接URLからダウンロードする場合はtrue

falseにするとbuild_runnerにてCSVデータをソースコードに埋め込みます。

Implementation

final bool direct;