requiredImports property
String
get
requiredImports
As a part, adapters have access to imports in the model dictionary file
so any methods that incorporate Type definitions should be listed here.
For example, importing a SqliteProvider
or a DatabaseExecutor
.
Consider adding analyzer ignores to disable 'unused_import' warnings.
Implementation
String get requiredImports => '';