direct property
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;