InterfaceConfig constructor
InterfaceConfig({
- required String name,
- required Set<
InterfaceAttribute> attributes, - required List<
InterfacePath> paths,
Implementation
InterfaceConfig({
required this.name,
required this.attributes,
required this.paths,
});