ResolvedDatasourceConfig constructor
const
ResolvedDatasourceConfig({})
Creates a resolved datasource config.
Implementation
const ResolvedDatasourceConfig({
required this.name,
required this.provider,
required this.url,
});