FinchSqliteConfig({ bool? enable, String? filePath, }) { this.enable = enable ?? false; this.filePath = filePath ?? 'database.sqlite'; }