ConnectionConfig constructor

const ConnectionConfig({
  1. required String name,
  2. Map<String, dynamic> attributes = const {},
})

Implementation

const ConnectionConfig({required this.name, this.attributes = const {}});