menu
flutter_agent_harness package
documentation
flutter_agent_harness.dart
SqlitePathCandidate
SqlitePathCandidate.new const constructor
SqlitePathCandidate.new const constructor
dark_mode
light_mode
SqlitePathCandidate
constructor
const
SqlitePathCandidate
(
String
sqlitePath
,
String
subPath
,
String
queryString
)
Creates a candidate.
Implementation
const SqlitePathCandidate(this.sqlitePath, this.subPath, this.queryString);
flutter_agent_harness package
documentation
flutter_agent_harness
SqlitePathCandidate
SqlitePathCandidate.new const constructor
SqlitePathCandidate class