include property

Set<String> include
final

Defines the .drift files to include when building the table structure for this database. For details on how to integrate .drift files into your Dart code, see the documentation.

Implementation

final Set<String> include;