databasePath property

String databasePath
final

Data base location.

  • On mobile, prefer getApplicationDocumentsDirectory() given by path_provider.
  • On desktop, current directory by default.
  • On web, this is ignored.

Implementation

final String databasePath;