LibraryComponentHandle constructor
LibraryComponentHandle({})
Implementation
LibraryComponentHandle({
required this.name,
required this.libraryProjectId,
required this.componentKey,
Map<String, DslType>? params,
}) : params = UnmodifiableMapView(
Map<String, DslType>.from(params ?? const {}),
);