menu
datapod_engine package
documentation
config.dart
ConnectionConfig
ConnectionConfig.new const constructor
ConnectionConfig.new const constructor
dark_mode
light_mode
ConnectionConfig
constructor
const
ConnectionConfig
(
{
required
String
name
,
Map
<
String
,
dynamic
>
attributes
=
const {}
,
})
Implementation
const ConnectionConfig({required this.name, this.attributes = const {}});
datapod_engine package
documentation
config
ConnectionConfig
ConnectionConfig.new const constructor
ConnectionConfig class